Searched refs:AT91C_SPI_BITS_8 (Results 1 – 3 of 3) sorted by relevance
250 #define AT91C_SPI_BITS_8 ((unsigned int) 0x0 << 4) // (SPI) 8 Bits Per transfer macro602 pSPI->SPI_CSR[SPI_CSR_NUM] = AT91C_SPI_CPOL | AT91C_SPI_BITS_8; in rt_hw_sdcard_init()
922 #define AT91C_SPI_BITS_8 (0x0 << 4) // (SPI) 8 Bits Per transfer macro
3083 #define AT91C_SPI_BITS_8 (0x0 << 4) // (SPI) 8 Bits Per transfer macro
Completed in 78 milliseconds