STM CMSIS
TIM Output CompareN Polarity

Macros

#define TIM_OCNPOLARITY_HIGH   ((uint32_t)0x00000000U)
 
#define TIM_OCNPOLARITY_LOW   (TIM_CCER_CC1NP)
 

Detailed Description