Searched refs:SPI_NSS_Soft (Results 1 – 3 of 3) sorted by relevance
191 #define SPI_NSS_Soft ((uint16_t)0x0200) macro193 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \
194 #define SPI_NSS_Soft ((uint16_t)0x0200) macro196 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \
215 #define SPI_NSS_Soft ((uint16_t)0x0200) macro217 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_Soft) || \
Completed in 7 milliseconds