STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_LPTIM_SetEncoderMode (LPTIM_TypeDef *LPTIMx, uint32_t EncoderMode) |
Configure the encoder mode. More... | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetEncoderMode (const LPTIM_TypeDef *LPTIMx) |
Get actual encoder mode. @rmtoll CFGR CKPOL LL_LPTIM_GetEncoderMode. More... | |
__STATIC_INLINE void | LL_LPTIM_EnableEncoderMode (LPTIM_TypeDef *LPTIMx) |
Enable the encoder mode. More... | |
__STATIC_INLINE void | LL_LPTIM_DisableEncoderMode (LPTIM_TypeDef *LPTIMx) |
Disable the encoder mode. More... | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledEncoderMode (const LPTIM_TypeDef *LPTIMx) |
Indicates whether the LPTIM operates in encoder mode. @rmtoll CFGR ENC LL_LPTIM_IsEnabledEncoderMode. More... | |
__STATIC_INLINE void LL_LPTIM_DisableEncoderMode | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable the encoder mode.
LPTIMx | Low-Power Timer instance |
None |
Definition at line 948 of file stm32f4xx_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 936 of file stm32f4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetEncoderMode | ( | const LPTIM_TypeDef * | LPTIMx | ) |
Get actual encoder mode. @rmtoll CFGR CKPOL LL_LPTIM_GetEncoderMode.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values:
|
Definition at line 920 of file stm32f4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledEncoderMode | ( | const LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the LPTIM operates in encoder mode. @rmtoll CFGR ENC LL_LPTIM_IsEnabledEncoderMode.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 959 of file stm32f4xx_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 906 of file stm32f4xx_ll_lptim.h.