discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
TIM_External_Trigger_Polarity
STM32F4xx_StdPeriph_Driver
»
TIM
»
TIM_Exported_constants
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))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1