Searched defs:SPI_CS_HIGH (Results 1 – 4 of 4) sorted by relevance
16 #define SPI_CS_HIGH _BITUL(2) /* chipselect active high? */ macro
77 #define SPI_CS_HIGH BIT(2) /* CS active high */ macro
87 const SPI_CS_HIGH = 0x04; constant