Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1134 #define RCC_DACLPCLKSOURCE_LSE ((uint32_t)0x00000000U) macro
3631 ((__SOURCE__) == RCC_DACLPCLKSOURCE_LSE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1688 case RCC_DACLPCLKSOURCE_LSE: in HAL_RCCEx_PeriphCLKConfig()
4007 if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_DACLPCLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()