Macros

Constants defining the routing and conditioning of the synchronization output event. More...

Collaboration diagram for HRTIM_SynchronizationOutputPolarity:

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)
 

Detailed Description

Constants defining the routing and conditioning of the synchronization output event.

Macro Definition Documentation

#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)
Value:
(((SYNCOUTPUTPOLARITY) == HRTIM_SYNCOUTPUTPOLARITY_NONE) || \
((SYNCOUTPUTPOLARITY) == HRTIM_SYNCOUTPUTPOLARITY_POSITIVE) || \
((SYNCOUTPUTPOLARITY) == HRTIM_SYNCOUTPUTPOLARITY_NEGATIVE))
#define HRTIM_SYNCOUTPUTPOLARITY_NEGATIVE
#define HRTIM_SYNCOUTPUTPOLARITY_NONE
#define HRTIM_SYNCOUTPUTPOLARITY_POSITIVE

Definition at line 1477 of file stm32f30x_hrtim.h.



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