Searched refs:SPI_DataWidth_1b (Results 1 – 5 of 5) sorted by relevance
56 SPI_DataWidth_1b = 1u, /*!< Data Width 1 bits. */ enumerator
106 #define SPI_DataWidth_1b ((uint16_t)0x0001) macro138 #define IS_SPI_DATAWIDRH(WIDTH) (((WIDTH) == SPI_DataWidth_1b) || ((WIDTH) == SPI_DataWidth_2b)||\
254 #define SPI_DataWidth_1b ((u16)0x0001) macro
Completed in 9 milliseconds