Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h411 #define RCC_LPTIM45CLKSOURCE_LSI RCC_CCIPR4_LPTIM45SEL_2 /*!< LSI selection */ macro
1836 ((__SOURCE__) == RCC_LPTIM45CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1017 #define RCC_LPTIM45CLKSOURCE_LSI RCC_LPTIM45CKSELR_LPTIM45SRC_2 macro
1028 ((SOURCE) == RCC_LPTIM45CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c728 case RCC_LPTIM45CLKSOURCE_LSI: in HAL_RCCEx_PeriphCLKConfig()
2059 case RCC_LPTIM45CLKSOURCE_LSI: /* LSI is the clock source for LPTIM4/LPTIM5 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2676 case RCC_LPTIM45CLKSOURCE_LSI: in HAL_RCCEx_GetPeriphCLKFreq()