Searched refs:SPI_DATASIZE_7BIT (Results 1 – 2 of 2) sorted by relevance
131 #define SPI_DATASIZE_7BIT ((UINT8_t)0x6) macro138 … IS_SPI_DATASIZE(DATASIZE) ((DATASIZE == SPI_DATASIZE_8BIT) || (DATASIZE == SPI_DATASIZE_7BIT) || \