Constants defining whether or not an external event is programmed in fast mode. More...
Macros | |
#define | HRTIM_EVENTFASTMODE_DISABLE ((uint32_t)0x00000000) |
#define | HRTIM_EVENTFASTMODE_ENABLE (HRTIM_EECR1_EE1FAST) |
#define | IS_HRTIM_EVENTFASTMODE(EVENTFASTMODE) |
#define | IS_HRTIM_FASTMODE_AVAILABLE(EVENT) |
Constants defining whether or not an external event is programmed in fast mode.
#define HRTIM_EVENTFASTMODE_DISABLE ((uint32_t)0x00000000) |
External Event is acting asynchronously on outputs (low latency mode)
Definition at line 1541 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTFASTMODE_ENABLE (HRTIM_EECR1_EE1FAST) |
External Event is re-synchronized by the HRTIM logic before acting on outputs
Definition at line 1542 of file stm32f30x_hrtim.h.
#define IS_HRTIM_EVENTFASTMODE | ( | EVENTFASTMODE | ) |
Definition at line 1544 of file stm32f30x_hrtim.h.
#define IS_HRTIM_FASTMODE_AVAILABLE | ( | EVENT | ) |
Definition at line 1548 of file stm32f30x_hrtim.h.