|
STM32L443xx 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 957 of file stm32l4xx_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 986 of file stm32l4xx_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 971 of file stm32l4xx_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 929 of file stm32l4xx_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 916 of file stm32l4xx_ll_lptim.h.
1.7.6.1