STM CMSIS
TIM Output Compare Polarity

Macros

#define TIM_OCPOLARITY_HIGH   ((uint32_t)0x00000000U)
 
#define TIM_OCPOLARITY_LOW   (TIM_CCER_CC1P)
 

Detailed Description