Macros

Constants defining the events that can be selected to trigger the reset of the timer counter. More...

Collaboration diagram for HRTIM_TimerResetTrigger:

Macros

#define HRTIM_TIMRESETTRIGGER_CMP2   (HRTIM_RSTR_CMP2)
 
#define HRTIM_TIMRESETTRIGGER_CMP4   (HRTIM_RSTR_CMP4)
 
#define HRTIM_TIMRESETTRIGGER_EEV_1   (HRTIM_RSTR_EXTEVNT1)
 
#define HRTIM_TIMRESETTRIGGER_EEV_10   (HRTIM_RSTR_EXTEVNT10)
 
#define HRTIM_TIMRESETTRIGGER_EEV_2   (HRTIM_RSTR_EXTEVNT2)
 
#define HRTIM_TIMRESETTRIGGER_EEV_3   (HRTIM_RSTR_EXTEVNT3)
 
#define HRTIM_TIMRESETTRIGGER_EEV_4   (HRTIM_RSTR_EXTEVNT4)
 
#define HRTIM_TIMRESETTRIGGER_EEV_5   (HRTIM_RSTR_EXTEVNT5)
 
#define HRTIM_TIMRESETTRIGGER_EEV_6   (HRTIM_RSTR_EXTEVNT6)
 
#define HRTIM_TIMRESETTRIGGER_EEV_7   (HRTIM_RSTR_EXTEVNT7)
 
#define HRTIM_TIMRESETTRIGGER_EEV_8   (HRTIM_RSTR_EXTEVNT8)
 
#define HRTIM_TIMRESETTRIGGER_EEV_9   (HRTIM_RSTR_EXTEVNT9)
 
#define HRTIM_TIMRESETTRIGGER_MASTER_CMP1   (HRTIM_RSTR_MSTCMP1)
 
#define HRTIM_TIMRESETTRIGGER_MASTER_CMP2   (HRTIM_RSTR_MSTCMP2)
 
#define HRTIM_TIMRESETTRIGGER_MASTER_CMP3   (HRTIM_RSTR_MSTCMP3)
 
#define HRTIM_TIMRESETTRIGGER_MASTER_CMP4   (HRTIM_RSTR_MSTCMP4)
 
#define HRTIM_TIMRESETTRIGGER_MASTER_PER   (HRTIM_RSTR_MSTPER)
 
#define HRTIM_TIMRESETTRIGGER_NONE   (uint32_t)0x00000000
 
#define HRTIM_TIMRESETTRIGGER_OTHER1_CMP1   (HRTIM_RSTR_TIMBCMP1)
 
#define HRTIM_TIMRESETTRIGGER_OTHER1_CMP2   (HRTIM_RSTR_TIMBCMP2)
 
#define HRTIM_TIMRESETTRIGGER_OTHER1_CMP4   (HRTIM_RSTR_TIMBCMP4)
 
#define HRTIM_TIMRESETTRIGGER_OTHER2_CMP1   (HRTIM_RSTR_TIMCCMP1)
 
#define HRTIM_TIMRESETTRIGGER_OTHER2_CMP2   (HRTIM_RSTR_TIMCCMP2)
 
#define HRTIM_TIMRESETTRIGGER_OTHER2_CMP4   (HRTIM_RSTR_TIMCCMP4)
 
#define HRTIM_TIMRESETTRIGGER_OTHER3_CMP1   (HRTIM_RSTR_TIMDCMP1)
 
#define HRTIM_TIMRESETTRIGGER_OTHER3_CMP2   (HRTIM_RSTR_TIMDCMP2)
 
#define HRTIM_TIMRESETTRIGGER_OTHER3_CMP4   (HRTIM_RSTR_TIMDCMP4)
 
#define HRTIM_TIMRESETTRIGGER_OTHER4_CMP1   (HRTIM_RSTR_TIMECMP1)
 
#define HRTIM_TIMRESETTRIGGER_OTHER4_CMP2   (HRTIM_RSTR_TIMECMP2)
 
#define HRTIM_TIMRESETTRIGGER_OTHER4_CMP4   (HRTIM_RSTR_TIMECMP4)
 
#define HRTIM_TIMRESETTRIGGER_UPDATE   (HRTIM_RSTR_UPDATE)
 
#define IS_HRTIM_TIMRESETTRIGGER(TIMRESETTRIGGER)   (((TIMRESETTRIGGER) & 0x800000001) == 0x00000000)
 

Detailed Description

Constants defining the events that can be selected to trigger the reset of the timer counter.

Macro Definition Documentation

#define HRTIM_TIMRESETTRIGGER_CMP2   (HRTIM_RSTR_CMP2)

The timer counter is reset upon Timer Compare 2 event

Definition at line 850 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_CMP4   (HRTIM_RSTR_CMP4)

The timer counter is reset upon Timer Compare 4 event

Definition at line 851 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_1   (HRTIM_RSTR_EXTEVNT1)

The timer counter is reset upon external event 1

Definition at line 857 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_10   (HRTIM_RSTR_EXTEVNT10)

The timer counter is reset upon external event 10

Definition at line 866 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_2   (HRTIM_RSTR_EXTEVNT2)

The timer counter is reset upon external event 2

Definition at line 858 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_3   (HRTIM_RSTR_EXTEVNT3)

The timer counter is reset upon external event 3

Definition at line 859 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_4   (HRTIM_RSTR_EXTEVNT4)

The timer counter is reset upon external event 4

Definition at line 860 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_5   (HRTIM_RSTR_EXTEVNT5)

The timer counter is reset upon external event 5

Definition at line 861 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_6   (HRTIM_RSTR_EXTEVNT6)

The timer counter is reset upon external event 6

Definition at line 862 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_7   (HRTIM_RSTR_EXTEVNT7)

The timer counter is reset upon external event 7

Definition at line 863 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_8   (HRTIM_RSTR_EXTEVNT8)

The timer counter is reset upon external event 8

Definition at line 864 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_EEV_9   (HRTIM_RSTR_EXTEVNT9)

The timer counter is reset upon external event 9

Definition at line 865 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_MASTER_CMP1   (HRTIM_RSTR_MSTCMP1)

The timer counter is reset upon master timer Compare 1 event

Definition at line 853 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_MASTER_CMP2   (HRTIM_RSTR_MSTCMP2)

The timer counter is reset upon master timer Compare 2 event

Definition at line 854 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_MASTER_CMP3   (HRTIM_RSTR_MSTCMP3)

The timer counter is reset upon master timer Compare 3 event

Definition at line 855 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_MASTER_CMP4   (HRTIM_RSTR_MSTCMP4)

The timer counter is reset upon master timer Compare 4 event

Definition at line 856 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_MASTER_PER   (HRTIM_RSTR_MSTPER)

The timer counter is reset upon master timer period event

Definition at line 852 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_NONE   (uint32_t)0x00000000

No counter reset trigger

Definition at line 848 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER1_CMP1   (HRTIM_RSTR_TIMBCMP1)

The timer counter is reset upon other timer Compare 1 event

Definition at line 867 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER1_CMP2   (HRTIM_RSTR_TIMBCMP2)

The timer counter is reset upon other timer Compare 2 event

Definition at line 868 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER1_CMP4   (HRTIM_RSTR_TIMBCMP4)

The timer counter is reset upon other timer Compare 4 event

Definition at line 869 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER2_CMP1   (HRTIM_RSTR_TIMCCMP1)

The timer counter is reset upon other timer Compare 1 event

Definition at line 870 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER2_CMP2   (HRTIM_RSTR_TIMCCMP2)

The timer counter is reset upon other timer Compare 2 event

Definition at line 871 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER2_CMP4   (HRTIM_RSTR_TIMCCMP4)

The timer counter is reset upon other timer Compare 4 event

Definition at line 872 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER3_CMP1   (HRTIM_RSTR_TIMDCMP1)

The timer counter is reset upon other timer Compare 1 event

Definition at line 873 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER3_CMP2   (HRTIM_RSTR_TIMDCMP2)

The timer counter is reset upon other timer Compare 2 event

Definition at line 874 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER3_CMP4   (HRTIM_RSTR_TIMDCMP4)

The timer counter is reset upon other timer Compare 4 event

Definition at line 875 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER4_CMP1   (HRTIM_RSTR_TIMECMP1)

The timer counter is reset upon other timer Compare 1 event

Definition at line 876 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER4_CMP2   (HRTIM_RSTR_TIMECMP2)

The timer counter is reset upon other timer Compare 2 event

Definition at line 877 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_OTHER4_CMP4   (HRTIM_RSTR_TIMECMP4)

The timer counter is reset upon other timer Compare 4 event

Definition at line 878 of file stm32f30x_hrtim.h.

#define HRTIM_TIMRESETTRIGGER_UPDATE   (HRTIM_RSTR_UPDATE)

The timer counter is reset upon update event

Definition at line 849 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMRESETTRIGGER (   TIMRESETTRIGGER)    (((TIMRESETTRIGGER) & 0x800000001) == 0x00000000)

Definition at line 880 of file stm32f30x_hrtim.h.



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