Searched refs:PER_MEM_BASE (Results 1 – 25 of 75) sorted by relevance
123
107 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /* PER base address */ macro114 uint32_t tmp = BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) << 5) + (bit << 2); in BITBAND_PER()
113 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /* PER base address */ macro120 uint32_t tmp = BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) << 5) + (bit << 2); in BITBAND_PER()
72 uint32_t tmp = BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) * 32) + (bit * 4); in BITBAND_Peripheral()
135 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /**< PER base address */ macro
134 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /**< PER base address */ macro
148 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /**< PER base address */ macro
147 #define PER_MEM_BASE ((uint32_t) 0x40000000UL) /**< PER base address */ macro
Completed in 127 milliseconds