Macros

Constants defining the timer behavior following the synchronization event. More...

Collaboration diagram for HRTIM_StartOnSyncInputEvent:

Macros

#define HRTIM_SYNCSTART_DISABLED   ((uint32_t)0x00000000)
 
#define HRTIM_SYNCSTART_ENABLED   (HRTIM_MCR_SYNCSTRTM)
 
#define IS_HRTIM_SYNCSTART(SYNCSTART)
 

Detailed Description

Constants defining the timer behavior following the synchronization event.

Macro Definition Documentation

#define HRTIM_SYNCSTART_DISABLED   ((uint32_t)0x00000000)

Synchronization input event has effect on the timer

Definition at line 610 of file stm32f30x_hrtim.h.

#define HRTIM_SYNCSTART_ENABLED   (HRTIM_MCR_SYNCSTRTM)

Synchronization input event starts the timer

Definition at line 611 of file stm32f30x_hrtim.h.

#define IS_HRTIM_SYNCSTART (   SYNCSTART)
Value:
(((SYNCSTART) == HRTIM_SYNCSTART_DISABLED) || \
((SYNCSTART) == HRTIM_SYNCSTART_ENABLED))
#define HRTIM_SYNCSTART_ENABLED
#define HRTIM_SYNCSTART_DISABLED

Definition at line 613 of file stm32f30x_hrtim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56