Macros

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

Collaboration diagram for HRTIM_ResetOnSyncInputEvent:

Macros

#define HRTIM_SYNCRESET_DISABLED   ((uint32_t)0x00000000)
 
#define HRTIM_SYNCRESET_ENABLED   (HRTIM_MCR_SYNCRSTM)
 
#define IS_HRTIM_SYNCRESET(SYNCRESET)
 

Detailed Description

Constants defining the timer behavior following the synchronization event.

Macro Definition Documentation

#define HRTIM_SYNCRESET_DISABLED   ((uint32_t)0x00000000)

Synchronization input event has effect on the timer

Definition at line 624 of file stm32f30x_hrtim.h.

#define HRTIM_SYNCRESET_ENABLED   (HRTIM_MCR_SYNCRSTM)

Synchronization input event resets the timer

Definition at line 625 of file stm32f30x_hrtim.h.

#define IS_HRTIM_SYNCRESET (   SYNCRESET)
Value:
(((SYNCRESET) == HRTIM_SYNCRESET_DISABLED) || \
((SYNCRESET) == HRTIM_SYNCRESET_ENABLED))
#define HRTIM_SYNCRESET_ENABLED
#define HRTIM_SYNCRESET_DISABLED

Definition at line 627 of file stm32f30x_hrtim.h.



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