Home
last modified time | relevance | path

Searched refs:LL_RCC_LPTIM1_CLKSOURCE (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c59 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
63 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
625 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_rcc.c62 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE)
479 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32l0xx_ll_lptim.c205 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c53 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) || \
455 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32wlxx_ll_lptim.c217 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c77 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
553 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c73 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE))
610 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32g4xx_ll_lptim.c206 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c58 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
534 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32wbxx_ll_lptim.c215 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c69 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
611 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32g0xx_ll_lptim.c213 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c48 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE))
492 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32f4xx_ll_lptim.c206 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c65 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE))
721 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32f7xx_ll_lptim.c205 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c58 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
652 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32l5xx_ll_lptim.c217 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c116 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
123 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
2216 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c81 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
746 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
Dstm32l4xx_ll_lptim.c216 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c81 #define IS_LL_RCC_LPTIM_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_LPTIM1_CLKSOURCE) \
950 if (LPTIMxSource == LL_RCC_LPTIM1_CLKSOURCE) in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c226 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c232 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h524 #define __HAL_RCC_GET_LPTIM1_SOURCE() LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE)

123