Constants defining whether a faults is be triggered by any external or internal fault source. More...
Macros | |
#define | HRTIM_FAULTSOURCE_DIGITALINPUT ((uint32_t)0x00000000) |
#define | HRTIM_FAULTSOURCE_INTERNAL (HRTIM_FLTINR1_FLT1SRC) |
#define | IS_HRTIM_FAULTSOURCE(FAULTSOURCE) |
Constants defining whether a faults is be triggered by any external or internal fault source.
#define HRTIM_FAULTSOURCE_DIGITALINPUT ((uint32_t)0x00000000) |
Fault input is FLT input pin
Definition at line 1626 of file stm32f30x_hrtim.h.
#define HRTIM_FAULTSOURCE_INTERNAL (HRTIM_FLTINR1_FLT1SRC) |
Fault input is FLT_Int signal (e.g. internal comparator)
Definition at line 1627 of file stm32f30x_hrtim.h.
#define IS_HRTIM_FAULTSOURCE | ( | FAULTSOURCE | ) |
Definition at line 1630 of file stm32f30x_hrtim.h.