LL TIM Generic Driver
reference:
LL_TIM_GetAutoReload
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_TIM_SetRepetitionCounter
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_TIM_GetRepetitionCounter
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
1174/1371
__STATIC_INLINE uint32_t LL_TIM_GetAutoReload
(TIM_TypeDef * TIMx)
Get the auto-reload value.
TIMx: Timer instance
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.
ARR ARR LL_TIM_GetAutoReload
__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
None:
Macro IS_TIM_REPETITION_COUNTER_INSTANCE(TIMx)
can be used to check whether or not a timer instance
supports a repetition counter.
RCR REP LL_TIM_SetRepetitionCounter
__STATIC_INLINE uint32_t LL_TIM_GetRepetitionCounter
(TIM_TypeDef * TIMx)
Get the repetition counter value.
TIMx: Timer instance
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.
RCR REP LL_TIM_GetRepetitionCounter
DocID028236 Rev 2
UM1940
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?