Constants defining half mode enabling status. More...
Macros | |
#define | HRTIM_HALFMODE_DISABLED ((uint32_t)0x00000000) |
#define | HRTIM_HALFMODE_ENABLED ((uint32_t)0x00000020) |
#define | IS_HRTIM_HALFMODE(HALFMODE) |
Constants defining half mode enabling status.
#define HRTIM_HALFMODE_DISABLED ((uint32_t)0x00000000) |
Half mode is disabled
Definition at line 596 of file stm32f30x_hrtim.h.
#define HRTIM_HALFMODE_ENABLED ((uint32_t)0x00000020) |
Half mode is enabled
Definition at line 597 of file stm32f30x_hrtim.h.
#define IS_HRTIM_HALFMODE | ( | HALFMODE | ) |
Definition at line 599 of file stm32f30x_hrtim.h.