My Project
Loading...
Searching...
No Matches

Macros

#define TIM_OPMODE_SINGLE   TIM_CR1_OPM
 
#define TIM_OPMODE_REPETITIVE   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ TIM_OPMODE_REPETITIVE

#define TIM_OPMODE_REPETITIVE   0x00000000U

Counter is not stopped at update event

◆ TIM_OPMODE_SINGLE

#define TIM_OPMODE_SINGLE   TIM_CR1_OPM

Counter stops counting at the next update event