Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_NONE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h359 #define RCC_RNGCLKSOURCE_NONE ((uint32_t)0x00000000U) macro
1243 (((__SOURCE__) == RCC_RNGCLKSOURCE_NONE) || \
1249 (((__SOURCE__) == RCC_RNGCLKSOURCE_NONE) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h394 #define RCC_RNGCLKSOURCE_NONE 0x00000000U /*!< No clock select… macro
1500 (((__SOURCE__) == RCC_RNGCLKSOURCE_NONE) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h612 #define RCC_RNGCLKSOURCE_NONE 0x00000000U macro
2824 (((__SOURCE__) == RCC_RNGCLKSOURCE_NONE) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1035 case RCC_RNGCLKSOURCE_NONE: in HAL_RCCEx_GetPeriphCLKFreq()