Home
last modified time | relevance | path

Searched refs:RCC_RNG1CLKSOURCE_CSI (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h870 #define RCC_RNG1CLKSOURCE_CSI 0U macro
875 #define IS_RCC_RNG1CLKSOURCE(SOURCE) (((SOURCE) == RCC_RNG1CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c3179 case RCC_RNG1CLKSOURCE_CSI: in HAL_RCCEx_GetPeriphCLKFreq()