Constants defining available sources associated to external events. More...
Macros | |
#define | HRTIM_EVENTSRC_1 ((uint32_t)0x00000000) |
#define | HRTIM_EVENTSRC_2 (HRTIM_EECR1_EE1SRC_0) |
#define | HRTIM_EVENTSRC_3 (HRTIM_EECR1_EE1SRC_1) |
#define | HRTIM_EVENTSRC_4 (HRTIM_EECR1_EE1SRC_1 | HRTIM_EECR1_EE1SRC_0) |
#define | IS_HRTIM_EVENTSRC(EVENTSRC) |
Constants defining available sources associated to external events.
#define HRTIM_EVENTSRC_1 ((uint32_t)0x00000000) |
External event source 1
Definition at line 1489 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTSRC_2 (HRTIM_EECR1_EE1SRC_0) |
External event source 2
Definition at line 1490 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTSRC_3 (HRTIM_EECR1_EE1SRC_1) |
External event source 3
Definition at line 1491 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTSRC_4 (HRTIM_EECR1_EE1SRC_1 | HRTIM_EECR1_EE1SRC_0) |
External event source 4
Definition at line 1492 of file stm32f30x_hrtim.h.
#define IS_HRTIM_EVENTSRC | ( | EVENTSRC | ) |
Definition at line 1494 of file stm32f30x_hrtim.h.