Searched refs:BITBAND_PER_BASE (Results 1 – 25 of 278) sorted by relevance
12345678910>>...12
154 #elif defined(BITBAND_PER_BASE) in BUS_RegBitWrite()156 BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) * (uint32_t) 32) + (bit * (uint32_t) 4); in BUS_RegBitWrite()191 #if defined(BITBAND_PER_BASE) in BUS_RegBitRead()193 BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) * (uint32_t)32) + (bit * (uint32_t) 4); in BUS_RegBitRead()
175 #define BITBAND_PER_BASE (0x42000000UL) /**< Peripheral Address Space bit-band area */ macro
189 #define BITBAND_PER_BASE (0x42000000UL) /**< Peripheral Address Space bit-band area */ macro