共用方式為


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 欄位中識別這些介面。