Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
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.c60 struct StmRcc { struct
61 volatile uint32_t CR;
62 volatile uint32_t PLLCFGR;
63 volatile uint32_t CFGR;
64 volatile uint32_t CIR;
65 volatile uint32_t AHB1RSTR;
66 volatile uint32_t AHB2RSTR;
67 volatile uint32_t AHB3RSTR;
68 uint8_t unused0[4];
69 volatile uint32_t APB1RSTR;
[all …]