Home
last modified time | relevance | path

Searched refs:RCC_AHB1ENR_RNGEN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_bus.h106 #if defined(RCC_AHB1ENR_RNGEN)
107 #define LL_AHB1_GRP1_PERIPH_RNG RCC_AHB1ENR_RNGEN
Dstm32f4xx_hal_rcc_ex.h3308 SET_BIT(RCC->AHB1ENR, RCC_AHB1ENR_RNGEN);\
3310 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_RNGEN);\
3314 #define __HAL_RCC_RNG_CLK_DISABLE() (RCC->AHB1ENR &= ~(RCC_AHB1ENR_RNGEN))
3327 #define __HAL_RCC_RNG_IS_CLK_ENABLED() ((RCC->AHB1ENR & (RCC_AHB1ENR_RNGEN)) != RESET)
3330 #define __HAL_RCC_RNG_IS_CLK_DISABLED() ((RCC->AHB1ENR & (RCC_AHB1ENR_RNGEN)) == RESET)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h4607 #define RCC_AHB1ENR_RNGEN RCC_AHB1ENR_RNGEN_Msk macro
Dstm32f410rx.h4611 #define RCC_AHB1ENR_RNGEN RCC_AHB1ENR_RNGEN_Msk macro
Dstm32f410tx.h4588 #define RCC_AHB1ENR_RNGEN RCC_AHB1ENR_RNGEN_Msk macro