Synopsis
PLATFORM_PIN_CONFIGURATION_t *platform_spi_bus_pins(int index);
Description

platform_spi_bus_pins returns the pin list required for SPI communication on SPI bus index. If index does not correspond to a logical platform bus, platform_spi_bus_pins returns zero. The list of pins is terminated by PLATFORM_END_OF_LIST in the pin member.

See Also

PLATFORM_PIN_CONFIGURATION_t