Constants defining on which output the DAC synchronization event is sent. More...
Macros | |
#define | HRTIM_DACSYNC_DACTRIGOUT_1 (HRTIM_MCR_DACSYNC_0) |
#define | HRTIM_DACSYNC_DACTRIGOUT_2 (HRTIM_MCR_DACSYNC_1) |
#define | HRTIM_DACSYNC_DACTRIGOUT_3 (HRTIM_MCR_DACSYNC_1 | HRTIM_MCR_DACSYNC_0) |
#define | HRTIM_DACSYNC_NONE (uint32_t)0x00000000 |
#define | IS_HRTIM_DACSYNC(DACSYNC) |
Constants defining on which output the DAC synchronization event is sent.
#define HRTIM_DACSYNC_DACTRIGOUT_1 (HRTIM_MCR_DACSYNC_0) |
DAC synchronization event generated on DACTrigOut1 output upon timer update
Definition at line 639 of file stm32f30x_hrtim.h.
#define HRTIM_DACSYNC_DACTRIGOUT_2 (HRTIM_MCR_DACSYNC_1) |
DAC synchronization event generated on DACTrigOut2 output upon timer update
Definition at line 640 of file stm32f30x_hrtim.h.
#define HRTIM_DACSYNC_DACTRIGOUT_3 (HRTIM_MCR_DACSYNC_1 | HRTIM_MCR_DACSYNC_0) |
DAC update generated on DACTrigOut3 output upon timer update
Definition at line 641 of file stm32f30x_hrtim.h.
#define HRTIM_DACSYNC_NONE (uint32_t)0x00000000 |
No DAC synchronization event generated
Definition at line 638 of file stm32f30x_hrtim.h.
#define IS_HRTIM_DACSYNC | ( | DACSYNC | ) |
Definition at line 643 of file stm32f30x_hrtim.h.