Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h372 #define RCC_LPTIM5CLKSOURCE_LSE LL_RCC_LPTIM5_CLKSOURCE_LSE macro
2850 ((__SOURCE__) == RCC_LPTIM5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1084 #define RCC_LPTIM5CLKSOURCE_LSE (RCC_CCIPR2_LPTIM5SEL_0 | RCC_CCIPR2_LPTIM5SEL_1) macro
3583 ((__SOURCE__) == RCC_LPTIM5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1352 #define RCC_LPTIM5CLKSOURCE_LSE RCC_LPTIM345CLKSOURCE_LSE macro
4352 ((SOURCE) == RCC_LPTIM5CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1447 case RCC_LPTIM5CLKSOURCE_LSE: /* LSE clock is used as source of LPTIM5 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4598 case RCC_LPTIM5CLKSOURCE_LSE: in HAL_RCCEx_GetPeriphCLKFreq()