Constants defining the polarity of a timer output. More...
Macros | |
#define | HRTIM_OUTPUTPOLARITY_HIGH ((uint32_t)0x00000000) |
#define | HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) |
#define | IS_HRTIM_OUTPUTPOLARITY(OUTPUTPOLARITY) |
Constants defining the polarity of a timer output.
#define HRTIM_OUTPUTPOLARITY_HIGH ((uint32_t)0x00000000) |
Output is active HIGH
Definition at line 963 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) |
Output is active LOW
Definition at line 964 of file stm32f30x_hrtim.h.
#define IS_HRTIM_OUTPUTPOLARITY | ( | OUTPUTPOLARITY | ) |
Definition at line 966 of file stm32f30x_hrtim.h.