Searched refs:IS_SPI_SPO (Results 1 – 4 of 4) sorted by relevance
98 #define IS_SPI_SPO(__SPO__) (((__SPO__) == SPI_SPO_0) || ((__SPO__) == SPI_SPO_1)) macro
102 assert_parameters(IS_SPI_SPO(InitStruct->SPO)); in SPI_Init()
124 #define IS_SPI_SPO(__SPO__) (((__SPO__) == SPI_SPO_0) || ((__SPO__) == SPI_SPO_1)) macro
Completed in 7 milliseconds