Home
last modified time | relevance | path

Searched refs:AT91C_SPI_SCBR (Results 1 – 3 of 3) sorted by relevance

/bsp/sam7x/drivers/
A Dsd.c259 #define AT91C_SPI_SCBR ((unsigned int) 0xFF << 8) // (SPI) Serial Clock Baud Rate macro
301 reg = ( reg & ~(AT91C_SPI_SCBR) ) | ( (rt_uint32_t)speed << 8 ); in AT91_spiSetSpeed()
A DAT91SAM7X256.h931 #define AT91C_SPI_SCBR (0xFF << 8) // (SPI) Serial Clock Baud Rate macro
/bsp/at91/at91sam9g45/platform/
A Dat91sam9g45.h3092 #define AT91C_SPI_SCBR (0xFF << 8) // (SPI) Serial Clock Baud Rate macro

Completed in 62 milliseconds