HAL
TIM_OPMODE_REPETITIVE is only used within HAL.
 
Symbols
loading...
Files
loading...

TIM_OPMODE_REPETITIVE macro

Counter is not stopped at update event

Syntax

#define TIM_OPMODE_REPETITIVE 0x00000000U

References

LocationText
stm32f4xx_hal_tim.h:654
#define TIM_OPMODE_REPETITIVE 0x00000000U /*!< Counter is not stopped at update event */
stm32f4xx_hal_tim.h:1639
((__MODE__) == TIM_OPMODE_REPETITIVE))