Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Header: #include <applibs/spi.h>
Initializes a SPIMaster_Config struct with the default SPI master interface settings.
static inline int SPIMaster_InitConfig(SPIMaster_Config *config);
Parameters
configA pointer to a SPIMaster_Config struct that receives the default SPI master interface settings.
Return value
Returns 0 for success, or -1 for failure, in which case errno will be set to the error value.
Application manifest requirements
To access individual SPI interfaces, your application must identify them in the SpiMaster field of the application manifest.