STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_TIM_EnableExternalClock (TIM_TypeDef *TIMx) |
Enable external clock mode 2. | |
__STATIC_INLINE void | LL_TIM_DisableExternalClock (TIM_TypeDef *TIMx) |
Disable external clock mode 2. | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledExternalClock (TIM_TypeDef *TIMx) |
Indicate whether external clock mode 2 is enabled. | |
__STATIC_INLINE void | LL_TIM_SetClockSource (TIM_TypeDef *TIMx, uint32_t ClockSource) |
Set the clock source of the counter clock. | |
__STATIC_INLINE void | LL_TIM_SetEncoderMode (TIM_TypeDef *TIMx, uint32_t EncoderMode) |
Set the encoder interface mode. |
__STATIC_INLINE void LL_TIM_DisableExternalClock | ( | TIM_TypeDef * | TIMx | ) |
Disable external clock mode 2.
TIMx | Timer instance |
None |
Definition at line 2544 of file stm32f1xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableExternalClock | ( | TIM_TypeDef * | TIMx | ) |
Enable external clock mode 2.
TIMx | Timer instance |
None |
Definition at line 2531 of file stm32f1xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledExternalClock | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether external clock mode 2 is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 2557 of file stm32f1xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_SetClockSource | ( | TIM_TypeDef * | TIMx, |
uint32_t | ClockSource | ||
) |
Set the clock source of the counter clock.
TIMx | Timer instance |
ClockSource | This parameter can be one of the following values: |
None |
Definition at line 2581 of file stm32f1xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_SetEncoderMode | ( | TIM_TypeDef * | TIMx, |
uint32_t | EncoderMode | ||
) |
Set the encoder interface mode.
TIMx | Timer instance |
EncoderMode | This parameter can be one of the following values: |
None |
Definition at line 2598 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init().