Constants defining the routing and conditioning of the synchronization output event. More...
Macros | |
#define | HRTIM_SYNCOUTPUTPOLARITY_NEGATIVE (HRTIM_MCR_SYNC_OUT_1 | HRTIM_MCR_SYNC_OUT_0) |
#define | HRTIM_SYNCOUTPUTPOLARITY_NONE (uint32_t)0x00000000 |
#define | HRTIM_SYNCOUTPUTPOLARITY_POSITIVE (HRTIM_MCR_SYNC_OUT_0) |
#define | IS_HRTIM_SYNCOUTPUTPOLARITY(SYNCOUTPUTPOLARITY) |
Constants defining the routing and conditioning of the synchronization output event.
#define HRTIM_SYNCOUTPUTPOLARITY_NEGATIVE (HRTIM_MCR_SYNC_OUT_1 | HRTIM_MCR_SYNC_OUT_0) |
Positive pulse on SCOUT output (16x fHRTIM clock cycles)
Definition at line 1475 of file stm32f30x_hrtim.h.
#define HRTIM_SYNCOUTPUTPOLARITY_NONE (uint32_t)0x00000000 |
Synchronization output event is disabled
Definition at line 1473 of file stm32f30x_hrtim.h.
#define HRTIM_SYNCOUTPUTPOLARITY_POSITIVE (HRTIM_MCR_SYNC_OUT_0) |
Positive pulse on SCOUT output (16x fHRTIM clock cycles)
Definition at line 1474 of file stm32f30x_hrtim.h.
#define IS_HRTIM_SYNCOUTPUTPOLARITY | ( | SYNCOUTPUTPOLARITY | ) |
Definition at line 1477 of file stm32f30x_hrtim.h.