Searched defs:CLOCK_REG (Results 1 – 3 of 3) sorted by relevance
288 #define CLOCK_REG(name) ((*(volatile uint32_t *)((uint32_t)(name) & ~0x10000000UL))) macro290 #define CLOCK_REG(name) (*(volatile uint32_t *)((uint32_t)(name))) macro
267 #define CLOCK_REG(name) ((*(volatile uint32_t *)((uint32_t)(name) & ~0x10000000UL))) macro269 #define CLOCK_REG(name) (*(volatile uint32_t *)((uint32_t)(name))) macro