Constants defining the polarity of an external event. More...
Macros | |
#define | HRTIM_EVENTPOLARITY_HIGH ((uint32_t)0x00000000) |
#define | HRTIM_EVENTPOLARITY_LOW (HRTIM_EECR1_EE1POL) |
#define | IS_HRTIM_EVENTPOLARITY(EVENTPOLARITY) |
Constants defining the polarity of an external event.
#define HRTIM_EVENTPOLARITY_HIGH ((uint32_t)0x00000000) |
External event is active high
Definition at line 1507 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTPOLARITY_LOW (HRTIM_EECR1_EE1POL) |
External event is active low
Definition at line 1508 of file stm32f30x_hrtim.h.
#define IS_HRTIM_EVENTPOLARITY | ( | EVENTPOLARITY | ) |
Definition at line 1510 of file stm32f30x_hrtim.h.