Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h398 #define RCC_LPTIM23CLKSOURCE_LSI RCC_CCIPR4_LPTIM23SEL_2 /*!< LSI selection */ macro
1828 ((__SOURCE__) == RCC_LPTIM23CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h995 #define RCC_LPTIM23CLKSOURCE_LSI RCC_LPTIM23CKSELR_LPTIM23SRC_2 macro
1004 ((SOURCE) == RCC_LPTIM23CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c677 case RCC_LPTIM23CLKSOURCE_LSI: in HAL_RCCEx_PeriphCLKConfig()
2018 case RCC_LPTIM23CLKSOURCE_LSI: /* LSI is the clock source for LPTIM2/LPTIM3 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2641 case RCC_LPTIM23CLKSOURCE_LSI: in HAL_RCCEx_GetPeriphCLKFreq()