Macros

Constants defining on which output the DAC synchronization event is sent. More...

Collaboration diagram for HRTIM_DACSynchronization:

Macros

#define HRTIM_DACSYNC_DACTRIGOUT_1   (HRTIM_MCR_DACSYNC_0)
 
#define HRTIM_DACSYNC_DACTRIGOUT_2   (HRTIM_MCR_DACSYNC_1)
 
#define HRTIM_DACSYNC_DACTRIGOUT_3   (HRTIM_MCR_DACSYNC_1 | HRTIM_MCR_DACSYNC_0)
 
#define HRTIM_DACSYNC_NONE   (uint32_t)0x00000000
 
#define IS_HRTIM_DACSYNC(DACSYNC)
 

Detailed Description

Constants defining on which output the DAC synchronization event is sent.

Macro Definition Documentation

#define HRTIM_DACSYNC_DACTRIGOUT_1   (HRTIM_MCR_DACSYNC_0)

DAC synchronization event generated on DACTrigOut1 output upon timer update

Definition at line 639 of file stm32f30x_hrtim.h.

#define HRTIM_DACSYNC_DACTRIGOUT_2   (HRTIM_MCR_DACSYNC_1)

DAC synchronization event generated on DACTrigOut2 output upon timer update

Definition at line 640 of file stm32f30x_hrtim.h.

#define HRTIM_DACSYNC_DACTRIGOUT_3   (HRTIM_MCR_DACSYNC_1 | HRTIM_MCR_DACSYNC_0)

DAC update generated on DACTrigOut3 output upon timer update

Definition at line 641 of file stm32f30x_hrtim.h.

#define HRTIM_DACSYNC_NONE   (uint32_t)0x00000000

No DAC synchronization event generated

Definition at line 638 of file stm32f30x_hrtim.h.

#define IS_HRTIM_DACSYNC (   DACSYNC)
Value:
(((DACSYNC) == HRTIM_DACSYNC_NONE) || \
((DACSYNC) == HRTIM_DACSYNC_DACTRIGOUT_1) || \
((DACSYNC) == HRTIM_DACSYNC_DACTRIGOUT_2) || \
#define HRTIM_DACSYNC_DACTRIGOUT_2
#define HRTIM_DACSYNC_DACTRIGOUT_3
#define HRTIM_DACSYNC_DACTRIGOUT_1
#define HRTIM_DACSYNC_NONE

Definition at line 643 of file stm32f30x_hrtim.h.



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