LL_TIM_GetAutoReload
__STATIC_INLINE uint32_t LL_TIM_GetAutoReload
(TIM_TypeDef * TIMx)
Get the auto-reload value.
Macro IS_TIM_32B_COUNTER_INSTANCE(TIMx) can be
used to check whether or not a timer instance supports a 32
bits counter.
Reference Manual to
LL API cross
reference:
ARR ARR LL_TIM_GetAutoReload
LL_TIM_SetRepetitionCounter
__STATIC_INLINE void LL_TIM_SetRepetitionCounter
(TIM_TypeDef * TIMx, uint32_t RepetitionCounter)
Set the repetition counter value.
TIMx: Timer instance
RepetitionCounter: between Min_Data=0 and
Max_Data=255
Macro IS_TIM_REPETITION_COUNTER_INSTANCE(TIMx)
can be used to check whether or not a timer instance
supports a repetition counter.
Reference Manual to
LL API cross
reference:
RCR REP LL_TIM_SetRepetitionCounter
LL_TIM_GetRepetitionCounter
__STATIC_INLINE uint32_t LL_TIM_GetRepetitionCounter
(TIM_TypeDef * TIMx)
Get the repetition counter value.
Repetition: counter value
Macro IS_TIM_REPETITION_COUNTER_INSTANCE(TIMx)
can be used to check whether or not a timer instance
supports a repetition counter.
Reference Manual to
LL API cross
reference:
RCR REP LL_TIM_GetRepetitionCounter