Searched defs:stm32_rcc_regs (Results 1 – 1 of 1) sorted by relevance
40 struct stm32_rcc_regs { struct41 u32 cr; /* RCC clock control */42 u32 pllcfgr; /* RCC PLL configuration */43 u32 cfgr; /* RCC clock configuration */44 u32 cir; /* RCC clock interrupt */45 u32 ahb1rstr; /* RCC AHB1 peripheral reset */46 u32 ahb2rstr; /* RCC AHB2 peripheral reset */47 u32 ahb3rstr; /* RCC AHB3 peripheral reset */48 u32 rsv0;49 u32 apb1rstr; /* RCC APB1 peripheral reset */[all …]