Searched refs:SPI_DataWidth_2b (Results 1 – 5 of 5) sorted by relevance
57 SPI_DataWidth_2b = 2u, /*!< Data Width 2 bits. */ enumerator
107 #define SPI_DataWidth_2b ((uint16_t)0x0002) macro138 #define IS_SPI_DATAWIDRH(WIDTH) (((WIDTH) == SPI_DataWidth_1b) || ((WIDTH) == SPI_DataWidth_2b)||\
255 #define SPI_DataWidth_2b ((u16)0x0002) macro
Completed in 11 milliseconds