Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c24 struct StmRcc { struct
25 volatile uint32_t CR;
26 volatile uint32_t PLLCFGR;
27 volatile uint32_t CFGR;
28 volatile uint32_t CIR;
29 volatile uint32_t AHB1RSTR;
30 volatile uint32_t AHB2RSTR;
31 volatile uint32_t AHB3RSTR;
32 uint8_t unused0[4];
33 volatile uint32_t APB1RSTR;
[all …]
Dbl.c54 struct StmRcc { struct
55 volatile uint32_t CR;
56 volatile uint32_t PLLCFGR;
57 volatile uint32_t CFGR;
58 volatile uint32_t CIR;
59 volatile uint32_t AHB1RSTR;
60 volatile uint32_t AHB2RSTR;
61 volatile uint32_t AHB3RSTR;
62 uint8_t unused0[4];
63 volatile uint32_t APB1RSTR;
[all …]