Home
last modified time | relevance | path

Searched refs:APB4ENR2 (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_fsbl.c228 (void)RCC->APB4ENR2; in SystemInit()
242 RCC->APB4ENR2 |= 0x00000010UL; in SystemInit()
243 (void) RCC->APB4ENR2; in SystemInit()
244 RCC->APB4ENR2 &= ~(0x00000010UL); in SystemInit()
Dsystem_stm32n6xx_s.c199 (void)RCC->APB4ENR2; in SystemInit()
Dstm32n645xx.h2014 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
Dstm32n657xx.h2140 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
Dstm32n655xx.h2112 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
Dstm32n647xx.h2042 …__IO uint32_t APB4ENR2; /*!< RCC APB4 enable register 2 … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h3500 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()