Searched refs:BITBAND_RAM_BASE (Results 1 – 25 of 278) sorted by relevance
12345678910>>...12
74 #if defined(BITBAND_RAM_BASE) in BUS_RamBitWrite()76 BITBAND_RAM_BASE + (((uint32_t)addr - SRAM_BASE) * (uint32_t) 32) + (bit * (uint32_t) 4); in BUS_RamBitWrite()111 #if defined(BITBAND_RAM_BASE) in BUS_RamBitRead()113 BITBAND_RAM_BASE + (((uint32_t)addr - SRAM_BASE) * (uint32_t) 32) + (bit * (uint32_t) 4); in BUS_RamBitRead()
176 #define BITBAND_RAM_BASE (0x22000000UL) /**< SRAM Address Space bit-band area */ macro
190 #define BITBAND_RAM_BASE (0x22000000UL) /**< SRAM Address Space bit-band area */ macro