STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_TIM_EnableExternalClock (TIM_TypeDef *TIMx) |
Enable external clock mode 2. More... | |
__STATIC_INLINE void | LL_TIM_DisableExternalClock (TIM_TypeDef *TIMx) |
Disable external clock mode 2. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledExternalClock (const TIM_TypeDef *TIMx) |
Indicate whether external clock mode 2 is enabled. More... | |
__STATIC_INLINE void | LL_TIM_SetClockSource (TIM_TypeDef *TIMx, uint32_t ClockSource) |
Set the clock source of the counter clock. More... | |
__STATIC_INLINE void | LL_TIM_SetEncoderMode (TIM_TypeDef *TIMx, uint32_t EncoderMode) |
Set the encoder interface mode. More... | |
__STATIC_INLINE void LL_TIM_DisableExternalClock | ( | TIM_TypeDef * | TIMx | ) |
Disable external clock mode 2.
TIMx | Timer instance |
None |
Definition at line 2657 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableExternalClock | ( | TIM_TypeDef * | TIMx | ) |
Enable external clock mode 2.
TIMx | Timer instance |
None |
Definition at line 2644 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledExternalClock | ( | const TIM_TypeDef * | TIMx | ) |
Indicate whether external clock mode 2 is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 2670 of file stm32f4xx_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 2694 of file stm32f4xx_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 2711 of file stm32f4xx_ll_tim.h.