Constants defining whether or not the push-pull mode is enabled for a timer. More...
Macros | |
#define | HRTIM_TIMPUSHPULLMODE_DISABLED ((uint32_t)0x00000000) |
#define | HRTIM_TIMPUSHPULLMODE_ENABLED ((uint32_t)HRTIM_TIMCR_PSHPLL) |
#define | IS_HRTIM_TIMPUSHPULLMODE(TIMPUSHPULLMODE) |
Constants defining whether or not the push-pull mode is enabled for a timer.
#define HRTIM_TIMPUSHPULLMODE_DISABLED ((uint32_t)0x00000000) |
Push-Pull mode disabled
Definition at line 738 of file stm32f30x_hrtim.h.
#define HRTIM_TIMPUSHPULLMODE_ENABLED ((uint32_t)HRTIM_TIMCR_PSHPLL) |
Push-Pull mode enabled
Definition at line 739 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMPUSHPULLMODE | ( | TIMPUSHPULLMODE | ) |
Definition at line 741 of file stm32f30x_hrtim.h.