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

◆ HRTIM_SYNCSTART_DISABLED

#define HRTIM_SYNCSTART_DISABLED   ((uint32_t)0x00000000)

Synchronization input event has effect on the timer

Definition at line 610 of file stm32f30x_hrtim.h.

◆ HRTIM_SYNCSTART_ENABLED

#define HRTIM_SYNCSTART_ENABLED   (HRTIM_MCR_SYNCSTRTM)

Synchronization input event starts the timer

Definition at line 611 of file stm32f30x_hrtim.h.

◆ IS_HRTIM_SYNCSTART

#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 Mon Feb 28 2022 23:36:17