Searched refs:RAM_MEM_BASE (Results 1 – 25 of 77) sorted by relevance
1234
108 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /* RAM base address */ macro120 uint32_t tmp = BITBAND_RAM_BASE + (((uint32_t)addr - RAM_MEM_BASE) << 5) + (bit << 2); in BITBAND_SRAM()
114 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /* RAM base address */ macro126 uint32_t tmp = BITBAND_RAM_BASE + (((uint32_t)addr - RAM_MEM_BASE) << 5) + (bit << 2); in BITBAND_SRAM()
95 uint32_t tmp = BITBAND_RAM_BASE + (((uint32_t)addr - RAM_MEM_BASE) * 32) + (bit * 4); in BITBAND_SRAM()
162 RAM_MEM_BASE, /* SRAM base address. */ \
33 #define IS_NVIC_VECTTAB(VECTTAB) (((VECTTAB) == RAM_MEM_BASE) || \92 NVIC_SetVectorTable(RAM_MEM_BASE, 0x0); in NVIC_Configuration()
139 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /**< RAM base address */ macro
138 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /**< RAM base address */ macro
152 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /**< RAM base address */ macro
151 #define RAM_MEM_BASE ((uint32_t) 0x20000000UL) /**< RAM base address */ macro
Completed in 900 milliseconds