Constants defining whether or not chopper mode is enabled for a timer output. More...
Macros | |
#define | HRTIM_OUTPUTCHOPPERMODE_DISABLED (uint32_t)0x00000000 |
#define | HRTIM_OUTPUTCHOPPERMODE_ENABLED (HRTIM_OUTR_CHP1) |
#define | IS_HRTIM_OUTPUTCHOPPERMODE(OUTPUTCHOPPERMODE) |
Constants defining whether or not chopper mode is enabled for a timer output.
#define HRTIM_OUTPUTCHOPPERMODE_DISABLED (uint32_t)0x00000000 |
The output is not affected by the fault input
Definition at line 1175 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTCHOPPERMODE_ENABLED (HRTIM_OUTR_CHP1) |
Output at active level when in FAULT state
Definition at line 1176 of file stm32f30x_hrtim.h.
#define IS_HRTIM_OUTPUTCHOPPERMODE | ( | OUTPUTCHOPPERMODE | ) |
Definition at line 1178 of file stm32f30x_hrtim.h.