Constants defining the IDLE state of a timer output. More...
Macros | |
#define | HRTIM_OUTPUTIDLESTATE_ACTIVE (HRTIM_OUTR_IDLES1) |
#define | HRTIM_OUTPUTIDLESTATE_INACTIVE (uint32_t)0x00000000 |
#define | IS_HRTIM_OUTPUTIDLESTATE(OUTPUTIDLESTATE) |
Constants defining the IDLE state of a timer output.
#define HRTIM_OUTPUTIDLESTATE_ACTIVE (HRTIM_OUTR_IDLES1) |
Output at active level when in IDLE state
Definition at line 1143 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTIDLESTATE_INACTIVE (uint32_t)0x00000000 |
Output at inactive level when in IDLE state
Definition at line 1142 of file stm32f30x_hrtim.h.
#define IS_HRTIM_OUTPUTIDLESTATE | ( | OUTPUTIDLESTATE | ) |
Definition at line 1145 of file stm32f30x_hrtim.h.