Searched refs:SRAM_BASE (Results 1 – 25 of 418) sorted by relevance
12345678910>>...17
76 BITBAND_RAM_BASE + (((uint32_t)addr - SRAM_BASE) * (uint32_t) 32) + (bit * (uint32_t) 4); in BUS_RamBitWrite()113 BITBAND_RAM_BASE + (((uint32_t)addr - SRAM_BASE) * (uint32_t) 32) + (bit * (uint32_t) 4); in BUS_RamBitRead()
423 EFM_ASSERT(((uint32_t)targetTable >= SRAM_BASE)424 && ((uint32_t)targetTable < (SRAM_BASE + SRAM_SIZE)));
905 EFM_ASSERT(((uint32_t)targetTable >= SRAM_BASE)906 && ((uint32_t)targetTable < (SRAM_BASE + SRAM_SIZE)));
182 #define SRAM_BASE (0x20000000UL) /**< SRAM Base Address */ macro
157 #define SRAM_BASE (0x20000000UL) /**< SRAM Base Address */ macro
196 #define SRAM_BASE (0x20000000UL) /**< SRAM Base Address */ macro