CARME-M4 BSP  V1.5
TIM_External_Trigger_Polarity
+ Collaboration diagram for TIM_External_Trigger_Polarity:

Macros

#define TIM_ExtTRGPolarity_Inverted   ((uint16_t)0x8000)
 
#define TIM_ExtTRGPolarity_NonInverted   ((uint16_t)0x0000)
 
#define IS_TIM_EXT_POLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_EXT_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_ExtTRGPolarity_Inverted) || \
((POLARITY) == TIM_ExtTRGPolarity_NonInverted))

Definition at line 747 of file stm32f4xx_tim.h.