Searched refs:APB4ENR2 (Results 1 – 7 of 7) sorted by relevance
228 (void)RCC->APB4ENR2; in SystemInit()242 RCC->APB4ENR2 |= 0x00000010UL; in SystemInit()243 (void) RCC->APB4ENR2; in SystemInit()244 RCC->APB4ENR2 &= ~(0x00000010UL); in SystemInit()
199 (void)RCC->APB4ENR2; in SystemInit()
2014 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
2140 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
2112 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
2042 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
3500 tmpreg = READ_REG(RCC->APB4ENR2); in LL_APB4_GRP2_EnableClock()3517 return ((READ_BIT(RCC->APB4ENR2, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB4_GRP2_IsEnabledClock()