Searched refs:AT91C_SPI_CPOL (Results 1 – 3 of 3) sorted by relevance
246 #define AT91C_SPI_CPOL ((unsigned int) 0x1 << 0) // (SPI) Clock Polarity macro602 pSPI->SPI_CSR[SPI_CSR_NUM] = AT91C_SPI_CPOL | AT91C_SPI_BITS_8; in rt_hw_sdcard_init()
918 #define AT91C_SPI_CPOL (0x1 << 0) // (SPI) Clock Polarity macro
3079 #define AT91C_SPI_CPOL (0x1 << 0) // (SPI) Clock Polarity macro
Completed in 81 milliseconds