Home
last modified time | relevance | path

Searched refs:StmRcc (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c24 struct StmRcc { struct
62 #define RCC ((struct StmRcc*)RCC_BASE) argument
100 offsetof(struct StmRcc, AHB1##_type), \
101 offsetof(struct StmRcc, AHB2##_type), \
102 offsetof(struct StmRcc, AHB3##_type), \
103 offsetof(struct StmRcc, APB1##_type), \
104 offsetof(struct StmRcc, APB2##_type) \
Dbl.c60 struct StmRcc { struct
97 static struct StmRcc *RCC; argument
414 RCC = (struct StmRcc*)RCC_BASE; in blSetup()