STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPTIM_SetClockSource (LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) |
Set the source of the clock used by the LPTIM instance. | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetClockSource (LPTIM_TypeDef *LPTIMx) |
Get actual LPTIM instance clock source. | |
__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. | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetClockPolarity (LPTIM_TypeDef *LPTIMx) |
Get actual clock polarity. | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetClockFilter (LPTIM_TypeDef *LPTIMx) |
Get actual clock digital filter. |
__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 962 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetClockFilter | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual clock digital filter.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values: |
Definition at line 991 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetClockPolarity | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual clock polarity.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values: |
Definition at line 976 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetClockSource | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual LPTIM instance clock source.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values: |
Definition at line 934 of file stm32h7xx_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 921 of file stm32h7xx_ll_lptim.h.