Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h297 #define RCC_RNGCLKSOURCE_HSI RCC_CCIPR2_RNGSEL_1 macro
946 ((__SOURCE__) == RCC_RNGCLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c213 ((__SOURCE__) == RCC_RNGCLKSOURCE_HSI))
944 case RCC_RNGCLKSOURCE_HSI: /* HSI is used as clock source for RNG*/ in HAL_RCCEx_PeriphCLKConfig()
2993 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c854 else if (srcclk == RCC_RNGCLKSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h705 #define RCC_RNGCLKSOURCE_HSI RCC_CCIPR2_RNGSEL_1 macro