Searched refs:AT91C_SPI_SCBR (Results 1 – 3 of 3) sorted by relevance
259 #define AT91C_SPI_SCBR ((unsigned int) 0xFF << 8) // (SPI) Serial Clock Baud Rate macro301 reg = ( reg & ~(AT91C_SPI_SCBR) ) | ( (rt_uint32_t)speed << 8 ); in AT91_spiSetSpeed()
931 #define AT91C_SPI_SCBR (0xFF << 8) // (SPI) Serial Clock Baud Rate macro
3092 #define AT91C_SPI_SCBR (0xFF << 8) // (SPI) Serial Clock Baud Rate macro
Completed in 62 milliseconds