Home
last modified time | relevance | path

Searched refs:RCC_LPTIM3CLKSOURCE_PCLK1 (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h106 #define IS_RCC_LPTIM3CLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_LPTIM3CLKSOURCE_PCLK1) || \
316 #define RCC_LPTIM3CLKSOURCE_PCLK1 LL_RCC_LPTIM3_CLKSOURCE_PCLK1 /*!< APB1 clock selected as L… macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h317 #define RCC_LPTIM3CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
1226 (((__SOURCE__) == RCC_LPTIM3CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h443 #define RCC_LPTIM3CLKSOURCE_PCLK1 0U /*!< PCLK1 */ macro
2058 (((__SOURCE__) == RCC_LPTIM3CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c884 case RCC_LPTIM3CLKSOURCE_PCLK1: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_lptim.c2596 __HAL_RCC_LPTIM3_CONFIG(RCC_LPTIM3CLKSOURCE_PCLK1); in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_lptim.c2596 __HAL_RCC_LPTIM3_CONFIG(RCC_LPTIM3CLKSOURCE_PCLK1); in LPTIM_Disable()
Dstm32l5xx_hal_rcc_ex.c1504 case RCC_LPTIM3CLKSOURCE_PCLK1: in HAL_RCCEx_GetPeriphCLKFreq()