SPIMaster_InitConfig 函数

标头: #include <applibs/spi.h>

使用默认 SPI 主接口设置初始化 SPIMaster_Config 结构。

static inline int SPIMaster_InitConfig(SPIMaster_Config *config);

参数

  • config 指向接收默认 SPI 主接口设置的SPIMaster_Config结构的指针。

返回值

如果成功,则返回 0,如果失败,则返回 -1,在这种情况下 errno ,将设置为错误值。

应用程序清单要求

若要访问单个 SPI 接口,应用程序必须在 应用程序清单的 SpiMaster 字段中标识它们。