Searched refs:SPI0_BASE (Results 1 – 16 of 16) sorted by relevance
78 #define SPI0_BASE ((uint32_t)0x2000a200) macro
86 .reg_base = SPI0_BASE,
66 #define IS_SPI_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == SPI0_BASE) || \
1018 #define SPI0_BASE (PERIPH_BASE +0x00010400) macro1080 #define SPI0 ((SPI_Type *) SPI0_BASE )
422 #define SPI0_BASE ((uint32_t)0x2000a200) macro
2473 #define SPI0_BASE (0x40076000u) macro2475 #define SPI0 ((SPI_Type *)SPI0_BASE)
2753 #define SPI0_BASE 0x40001000u macro2789 #define SPI0 ((SPI_TypeDef *) SPI0_BASE)
3076 #define SPI0_BASE (APB_BASE + 0x1C000) macro3109 #define SPI0 ((SPI_TypeDef *) SPI0_BASE)
3819 #define SPI0_BASE (APB1_BASE + 0x04000) macro3930 #define SPI0 ((SPI_TypeDef *) SPI0_BASE)
5876 #define SPI0_BASE (APB1_BASE + 0x6000) macro5930 #define SPI0 ((SPI_TypeDef *)SPI0_BASE)
7946 #define SPI0_BASE 0x41004000UL macro7981 #define SPI0 ((SPI0_Type *) SPI0_BASE)
11022 #define SPI0_BASE (0x4002C000u) macro11024 #define SPI0 ((SPI_Type *)SPI0_BASE)11034 #define SPI_BASE_ADDRS { SPI0_BASE, SPI1_BASE, SPI2_BASE }
Completed in 953 milliseconds