Macros

Constants defining defining the synchronization input source. More...

Collaboration diagram for HRTIM_SynchronizationInputSource:

Macros

#define HRTIM_SYNCINPUTSOURCE_EXTERNALEVENT   (HRTIM_MCR_SYNC_IN_1 | HRTIM_MCR_SYNC_IN_0)
 
#define HRTIM_SYNCINPUTSOURCE_INTERNALEVENT   HRTIM_MCR_SYNC_IN_1
 
#define HRTIM_SYNCINPUTSOURCE_NONE   (uint32_t)0x00000000
 
#define IS_HRTIM_SYNCINPUTSOURCE(SYNCINPUTSOURCE)
 

Detailed Description

Constants defining defining the synchronization input source.

Macro Definition Documentation

#define HRTIM_SYNCINPUTSOURCE_EXTERNALEVENT   (HRTIM_MCR_SYNC_IN_1 | HRTIM_MCR_SYNC_IN_0)

A positive pulse on SYNCIN input triggers the HRTIM

Definition at line 1440 of file stm32f30x_hrtim.h.

#define HRTIM_SYNCINPUTSOURCE_INTERNALEVENT   HRTIM_MCR_SYNC_IN_1

The HRTIM is synchronized with the on-chip timer

Definition at line 1439 of file stm32f30x_hrtim.h.

#define HRTIM_SYNCINPUTSOURCE_NONE   (uint32_t)0x00000000

disabled. HRTIM is not synchronized and runs in standalone mode

Definition at line 1438 of file stm32f30x_hrtim.h.

#define IS_HRTIM_SYNCINPUTSOURCE (   SYNCINPUTSOURCE)
Value:
(((SYNCINPUTSOURCE) == HRTIM_SYNCINPUTSOURCE_NONE) || \
((SYNCINPUTSOURCE) == HRTIM_SYNCINPUTSOURCE_INTERNALEVENT) || \
((SYNCINPUTSOURCE) == HRTIM_SYNCINPUTSOURCE_EXTERNALEVENT))
#define HRTIM_SYNCINPUTSOURCE_NONE
#define HRTIM_SYNCINPUTSOURCE_EXTERNALEVENT
#define HRTIM_SYNCINPUTSOURCE_INTERNALEVENT

Definition at line 1442 of file stm32f30x_hrtim.h.



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