STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
TIM_Break_Polarity

Macros

#define TIM_BreakPolarity_Low   ((uint16_t)0x0000)
 
#define TIM_BreakPolarity_High   ((uint16_t)0x2000)
 
#define IS_TIM_BREAK_POLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_BREAK_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_BreakPolarity_Low) || \
((POLARITY) == TIM_BreakPolarity_High))