Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h360 #define RCC_LPTIM4CLKSOURCE_LSI LL_RCC_LPTIM4_CLKSOURCE_LSI macro
2843 ((__SOURCE__) == RCC_LPTIM4CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1070 #define RCC_LPTIM4CLKSOURCE_LSI RCC_CCIPR2_LPTIM4SEL_2 macro
3573 ((__SOURCE__) == RCC_LPTIM4CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1338 #define RCC_LPTIM4CLKSOURCE_LSI RCC_LPTIM345CLKSOURCE_LSI macro
4344 ((SOURCE) == RCC_LPTIM4CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1395 case RCC_LPTIM4CLKSOURCE_LSI: /* LSI clock is used as source of LPTIM4 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4523 case RCC_LPTIM4CLKSOURCE_LSI: in HAL_RCCEx_GetPeriphCLKFreq()