Constants defining defining the synchronization input source. More...
Macros | |
#define | HRTIM_SYNCINPUTSOURCE_EXTERNALEVENT (HRTIM_MCR_SYNC_IN_1 | HRTIM_MCR_SYNC_IN_0) |
#define | HRTIM_SYNCINPUTSOURCE_INTERNALEVENT HRTIM_MCR_SYNC_IN_1 |
#define | HRTIM_SYNCINPUTSOURCE_NONE (uint32_t)0x00000000 |
#define | IS_HRTIM_SYNCINPUTSOURCE(SYNCINPUTSOURCE) |
Constants defining defining the synchronization input source.
#define HRTIM_SYNCINPUTSOURCE_EXTERNALEVENT (HRTIM_MCR_SYNC_IN_1 | HRTIM_MCR_SYNC_IN_0) |
A positive pulse on SYNCIN input triggers the HRTIM
Definition at line 1440 of file stm32f30x_hrtim.h.
#define HRTIM_SYNCINPUTSOURCE_INTERNALEVENT HRTIM_MCR_SYNC_IN_1 |
The HRTIM is synchronized with the on-chip timer
Definition at line 1439 of file stm32f30x_hrtim.h.
#define HRTIM_SYNCINPUTSOURCE_NONE (uint32_t)0x00000000 |
disabled. HRTIM is not synchronized and runs in standalone mode
Definition at line 1438 of file stm32f30x_hrtim.h.
#define IS_HRTIM_SYNCINPUTSOURCE | ( | SYNCINPUTSOURCE | ) |
Definition at line 1442 of file stm32f30x_hrtim.h.