HomeSort by relevance Sort by last modified time
    Searched refs:StmRcc (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
pwr.c 24 struct StmRcc {
62 #define RCC ((struct StmRcc*)RCC_BASE)
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) \
bl.c 60 struct StmRcc {
97 static struct StmRcc *RCC;
414 RCC = (struct StmRcc*)RCC_BASE;

Completed in 616 milliseconds