Searched refs:RCC_APB1ENR_PWREN (Results 1 – 3 of 3) sorted by relevance
24 #define RCC_APB1ENR_PWREN BIT(28) macro
52 #define RCC_APB1ENR_PWREN (1 << 28) macro159 setbits_le32(&STM32_RCC->apb1enr, RCC_APB1ENR_PWREN); in configure_clocks()
152 setbits_le32(®s->apb1enr, RCC_APB1ENR_PWREN); in configure_clocks()