Macros

Constants defining whether the registers update is done synchronously with any other timer or master update. More...

Collaboration diagram for HRTIM_TimerUpdateTrigger:

Macros

#define HRTIM_TIMUPDATETRIGGER_MASTER   (HRTIM_TIMCR_MSTU)
 
#define HRTIM_TIMUPDATETRIGGER_NONE   (uint32_t)0x00000000
 
#define HRTIM_TIMUPDATETRIGGER_TIMER_A   (HRTIM_TIMCR_TAU)
 
#define HRTIM_TIMUPDATETRIGGER_TIMER_B   (HRTIM_TIMCR_TBU)
 
#define HRTIM_TIMUPDATETRIGGER_TIMER_C   (HRTIM_TIMCR_TCU)
 
#define HRTIM_TIMUPDATETRIGGER_TIMER_D   (HRTIM_TIMCR_TDU)
 
#define HRTIM_TIMUPDATETRIGGER_TIMER_E   (HRTIM_TIMCR_TEU)
 
#define IS_HRTIM_TIMUPDATETRIGGER(TIMUPDATETRIGGER)   (((TIMUPDATETRIGGER) & 0xFE07FFFF) == 0x00000000)
 

Detailed Description

Constants defining whether the registers update is done synchronously with any other timer or master update.

Macro Definition Documentation

#define HRTIM_TIMUPDATETRIGGER_MASTER   (HRTIM_TIMCR_MSTU)

Register update is triggered by the master timer update

Definition at line 831 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATETRIGGER_NONE   (uint32_t)0x00000000

Register update is disabled

Definition at line 830 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATETRIGGER_TIMER_A   (HRTIM_TIMCR_TAU)

Register update is triggered by the timer A update

Definition at line 832 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATETRIGGER_TIMER_B   (HRTIM_TIMCR_TBU)

Register update is triggered by the timer B update

Definition at line 833 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATETRIGGER_TIMER_C   (HRTIM_TIMCR_TCU)

Register update is triggered by the timer C update

Definition at line 834 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATETRIGGER_TIMER_D   (HRTIM_TIMCR_TDU)

Register update is triggered by the timer D update

Definition at line 835 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATETRIGGER_TIMER_E   (HRTIM_TIMCR_TEU)

Register update is triggered by the timer E update

Definition at line 836 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMUPDATETRIGGER (   TIMUPDATETRIGGER)    (((TIMUPDATETRIGGER) & 0xFE07FFFF) == 0x00000000)

Definition at line 838 of file stm32f30x_hrtim.h.



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