HAL + 0/105 examples
CodeScope will show references to TIM_Base_InitTypeDef::RepetitionCounter from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
Examples
DAC
IWDG
TIM
STM32469I_EVAL
Demonstrations
Examples
ADC
DAC
IWDG
TIM
STM324x9I_EVAL
Demonstrations
Examples
ADC
IWDG
TIM
STM32F429I-Discovery
Demonstrations
STM32446E_EVAL
Examples
ADC
DAC
IWDG
TIM
STM324xG_EVAL
Examples
ADC
IWDG
TIM
STM32F411RE-Nucleo
Examples_MIX
TIM
STM32F412G-Discovery
Examples
IWDG
TIM
STM32F412ZG-Nucleo
Examples
IWDG
TIM
STM32F413H-Discovery
Examples
DAC
DFSDM
TIM
STM32F413ZH-Nucleo
Examples
IWDG
TIM
STM32F429ZI-Nucleo
Examples
IWDG
TIM
STM32F446ZE-Nucleo
Examples
IWDG
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALTIM_Base_InitTypeDef::RepetitionCounter

TIM_Base_InitTypeDef::RepetitionCounter field

Specifies the repetition counter value. Each time the RCR downcounter reaches zero, an update event is generated and counting restarts from the RCR value (N). This means in PWM mode that (N+1) corresponds to: - the number of PWM periods in edge-aligned mode - the number of half PWM period in center-aligned mode GP timers: this parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF. Advanced timers: this parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF.

Syntax

uint32_t RepetitionCounter;

Examples

TIM_Base_InitTypeDef::RepetitionCounter is referenced by 105 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_tim.h:61
uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downcounter
stm32f4xx_hal_tim.c:6811TIM_Base_SetConfig()
TIMx->RCR = Structure->RepetitionCounter;

Data Use

Functions reading TIM_Base_InitTypeDef::RepetitionCounter
TIM_Base_InitTypeDef::RepetitionCounter
all items filtered out
Type of TIM_Base_InitTypeDef::RepetitionCounter
TIM_Base_InitTypeDef::RepetitionCounter
uint32_t
all items filtered out