Searched refs:SPI_CR (Results 1 – 5 of 5) sorted by relevance
184 AT91S_REG SPI_CR; // Control Register member595 pSPI->SPI_CR = AT91C_SPI_SPIEN | AT91C_SPI_SWRST; in rt_hw_sdcard_init()608 pSPI->SPI_CR = AT91C_SPI_SPIEN; in rt_hw_sdcard_init()
846 AT91_REG SPI_CR; // Control Register member869 #define SPI_CR (AT91_CAST(AT91_REG *) 0x00000000) // (SPI_CR) Control Register macro
546 __O uint32_t SPI_CR; /**< (SPI Offset: 0x00) Control Register */ member564 …__O SPI_CR_Type SPI_CR; /**< Offset: 0x00 ( /W 32) Control Register */ member
1275 ((Spi *)hw)->SPI_CR = data; in hri_spi_write_CR_reg()
3007 AT91C_REG SPI_CR; // Control Register member3030 #define SPI_CR (AT91C_CAST(AT91C_REG *) 0x00000000) // (SPI_CR) Control Register macro
Completed in 79 milliseconds