Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_LPTIM23_SOURCE (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_lptim.c2380 tmpclksource = __HAL_RCC_GET_LPTIM23_SOURCE(); in LPTIM_Disable()
2383 tmpclksource = __HAL_RCC_GET_LPTIM23_SOURCE(); in LPTIM_Disable()
Dstm32mp1xx_hal_rcc_ex.c1992 PeriphClkInit->Lptim23ClockSelection = __HAL_RCC_GET_LPTIM23_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2620 clksource = __HAL_RCC_GET_LPTIM23_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1442 PeriphClkInit->Lptim23ClockSelection = __HAL_RCC_GET_LPTIM23_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1993 clocksource = __HAL_RCC_GET_LPTIM23_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h999 #define __HAL_RCC_GET_LPTIM23_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR4, RCC_CCIPR4_LPTIM23SEL))) macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1879 #define __HAL_RCC_GET_LPTIM23_SOURCE() ((uint32_t)(READ_BIT(RCC->LPTIM23CKSELR, RCC_LPTIM23CKSELR_L… macro