Constants defining the FAULT state of a timer output. More...
Macros | |
#define | HRTIM_OUTPUTFAULTSTATE_ACTIVE (HRTIM_OUTR_FAULT1_0) |
#define | HRTIM_OUTPUTFAULTSTATE_HIGHZ (HRTIM_OUTR_FAULT1_1 | HRTIM_OUTR_FAULT1_0) |
#define | HRTIM_OUTPUTFAULTSTATE_INACTIVE (HRTIM_OUTR_FAULT1_1) |
#define | HRTIM_OUTPUTFAULTSTATE_NONE (uint32_t)0x00000000 |
#define | IS_HRTIM_OUTPUTFAULTSTATE(OUTPUTFAULTSTATE) |
Constants defining the FAULT state of a timer output.
#define HRTIM_OUTPUTFAULTSTATE_ACTIVE (HRTIM_OUTR_FAULT1_0) |
Output at active level when in FAULT state
Definition at line 1157 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTFAULTSTATE_HIGHZ (HRTIM_OUTR_FAULT1_1 | HRTIM_OUTR_FAULT1_0) |
Output is tri-stated when in FAULT state
Definition at line 1159 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTFAULTSTATE_INACTIVE (HRTIM_OUTR_FAULT1_1) |
Output at inactive level when in FAULT state
Definition at line 1158 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTFAULTSTATE_NONE (uint32_t)0x00000000 |
The output is not affected by the fault input
Definition at line 1156 of file stm32f30x_hrtim.h.
#define IS_HRTIM_OUTPUTFAULTSTATE | ( | OUTPUTFAULTSTATE | ) |
Definition at line 1161 of file stm32f30x_hrtim.h.