STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_LPTIM_SetClockSource (LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) |
Set the source of the clock used by the LPTIM instance. More... | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetClockSource (const LPTIM_TypeDef *LPTIMx) |
Get actual LPTIM instance clock source. @rmtoll CFGR CKSEL LL_LPTIM_GetClockSource. More... | |
__STATIC_INLINE void | LL_LPTIM_ConfigClock (LPTIM_TypeDef *LPTIMx, uint32_t ClockFilter, uint32_t ClockPolarity) |
Configure the active edge or edges used by the counter when the LPTIM is clocked by an external clock source. More... | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetClockPolarity (const LPTIM_TypeDef *LPTIMx) |
Get actual clock polarity @rmtoll CFGR CKPOL LL_LPTIM_GetClockPolarity. More... | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetClockFilter (const LPTIM_TypeDef *LPTIMx) |
Get actual clock digital filter @rmtoll CFGR CKFLT LL_LPTIM_GetClockFilter. More... | |
__STATIC_INLINE void LL_LPTIM_ConfigClock | ( | LPTIM_TypeDef * | LPTIMx, |
uint32_t | ClockFilter, | ||
uint32_t | ClockPolarity | ||
) |
Configure the active edge or edges used by the counter when the LPTIM is clocked by an external clock source.
LPTIMx | Low-Power Timer instance |
ClockFilter | This parameter can be one of the following values:
|
ClockPolarity | This parameter can be one of the following values:
|
None |
Definition at line 853 of file stm32f4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetClockFilter | ( | const LPTIM_TypeDef * | LPTIMx | ) |
Get actual clock digital filter @rmtoll CFGR CKFLT LL_LPTIM_GetClockFilter.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values:
|
Definition at line 882 of file stm32f4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetClockPolarity | ( | const LPTIM_TypeDef * | LPTIMx | ) |
Get actual clock polarity @rmtoll CFGR CKPOL LL_LPTIM_GetClockPolarity.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values:
|
Definition at line 867 of file stm32f4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetClockSource | ( | const LPTIM_TypeDef * | LPTIMx | ) |
Get actual LPTIM instance clock source. @rmtoll CFGR CKSEL LL_LPTIM_GetClockSource.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values:
|
Definition at line 825 of file stm32f4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_SetClockSource | ( | LPTIM_TypeDef * | LPTIMx, |
uint32_t | ClockSource | ||
) |
Set the source of the clock used by the LPTIM instance.
LPTIMx | Low-Power Timer instance |
ClockSource | This parameter can be one of the following values:
|
None |
Definition at line 812 of file stm32f4xx_ll_lptim.h.