HAL + 0/3 examples
CodeScope will show references to LL_TIM_SetRepetitionCounter() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
ADC
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_SetRepetitionCounter()

LL_TIM_SetRepetitionCounter() function

Set the repetition counter value.

Syntax

__STATIC_INLINE void LL_TIM_SetRepetitionCounter(TIM_TypeDef *TIMx,     uint32_t RepetitionCounter);

Arguments

TIMx

Timer instance

RepetitionCounter

between Min_Data=0 and Max_Data=255 or 65535 for advanced timer.

Return value

None

Notes

Macro IS_TIM_REPETITION_COUNTER_INSTANCE(TIMx) can be used to check whether or not a timer instance supports a repetition counter.

Examples

LL_TIM_SetRepetitionCounter() is referenced by 3 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_tim.h:1465
__STATIC_INLINE void LL_TIM_SetRepetitionCounter(TIM_TypeDef *TIMx, uint32_t RepetitionCounter)
stm32f4xx_ll_tim.c:339LL_TIM_Init()
LL_TIM_SetRepetitionCounter(TIMx, TIM_InitStruct->RepetitionCounter);

Call Tree

Functions calling LL_TIM_SetRepetitionCounter()
all items filtered out
LL_TIM_SetRepetitionCounter()
Data read by LL_TIM_SetRepetitionCounter()
LL_TIM_SetRepetitionCounter()