STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
TIM_Output_Compare_N_Polarity

Macros

#define TIM_OCNPolarity_High   ((uint16_t)0x0000)
 
#define TIM_OCNPolarity_Low   ((uint16_t)0x0008)
 
#define IS_TIM_OCN_POLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_OCN_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_OCNPolarity_High) || \
((POLARITY) == TIM_OCNPolarity_Low))