|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_LPTIM_SetEncoderMode (LPTIM_TypeDef *LPTIMx, uint32_t EncoderMode) |
| Configure the encoder mode. | |
| __STATIC_INLINE uint32_t | LL_LPTIM_GetEncoderMode (LPTIM_TypeDef *LPTIMx) |
| Get actual encoder mode. | |
| __STATIC_INLINE void | LL_LPTIM_EnableEncoderMode (LPTIM_TypeDef *LPTIMx) |
| Enable the encoder mode. | |
| __STATIC_INLINE void | LL_LPTIM_DisableEncoderMode (LPTIM_TypeDef *LPTIMx) |
| Disable the encoder mode. | |
| __STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledEncoderMode (LPTIM_TypeDef *LPTIMx) |
| Indicates whether the LPTIM operates in encoder mode. | |
| __STATIC_INLINE void LL_LPTIM_DisableEncoderMode | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable the encoder mode.
| LPTIMx | Low-Power Timer instance |
| None |
Definition at line 1052 of file stm32l4xx_ll_lptim.h.
| __STATIC_INLINE void LL_LPTIM_EnableEncoderMode | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable the encoder mode.
| LPTIMx | Low-Power Timer instance |
| None |
Definition at line 1040 of file stm32l4xx_ll_lptim.h.
| __STATIC_INLINE uint32_t LL_LPTIM_GetEncoderMode | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual encoder mode.
| LPTIMx | Low-Power Timer instance |
| Returned | value can be one of the following values: |
Definition at line 1024 of file stm32l4xx_ll_lptim.h.
| __STATIC_INLINE uint32_t LL_LPTIM_IsEnabledEncoderMode | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the LPTIM operates in encoder mode.
| LPTIMx | Low-Power Timer instance |
| State | of bit (1 or 0). |
Definition at line 1063 of file stm32l4xx_ll_lptim.h.
| __STATIC_INLINE void LL_LPTIM_SetEncoderMode | ( | LPTIM_TypeDef * | LPTIMx, |
| uint32_t | EncoderMode | ||
| ) |
Configure the encoder mode.
| LPTIMx | Low-Power Timer instance |
| EncoderMode | This parameter can be one of the following values: |
| None |
Definition at line 1010 of file stm32l4xx_ll_lptim.h.
1.7.6.1