Home
last modified time | relevance | path

Searched refs:RCC_BASE (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c62 #define RCC ((struct StmRcc*)RCC_BASE)
106 (volatile uint32_t *)(RCC_BASE + clockRegOfsts[_bus]); \
Dbl.c414 RCC = (struct StmRcc*)RCC_BASE; in blSetup()
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dpwr.h162 #define RCC_BASE 0x40023800UL macro