Constants defining whether or not the external event is memorized (latched) and generated as soon as the blanking period is completed or the window ends. More...
Macros | |
#define | HRTIM_TIMEVENTLATCH_DISABLED ((uint32_t)0x00000000) |
#define | HRTIM_TIMEVENTLATCH_ENABLED HRTIM_EEFR1_EE1LTCH /*!< Event 1 is latched and delayed till the end of the blanking or windowing period */ |
#define | IS_HRTIM_TIMEVENTLATCH(TIMEVENTLATCH) |
Constants defining whether or not the external event is memorized (latched) and generated as soon as the blanking period is completed or the window ends.
#define HRTIM_TIMEVENTLATCH_DISABLED ((uint32_t)0x00000000) |
Event is ignored if it happens during a blank, or passed through during a window
Definition at line 1334 of file stm32f30x_hrtim.h.
#define HRTIM_TIMEVENTLATCH_ENABLED HRTIM_EEFR1_EE1LTCH /*!< Event 1 is latched and delayed till the end of the blanking or windowing period */ |
Blanking from counter reset/roll-over to Compare 1
Definition at line 1335 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMEVENTLATCH | ( | TIMEVENTLATCH | ) |
Definition at line 1337 of file stm32f30x_hrtim.h.