Macros
Collaboration diagram for HRTIM_TimingUnitInterrupt:

Macros

#define HRTIM_TIM_IT_CMP1   HRTIM_TIMDIER_CMP1IE
 
#define HRTIM_TIM_IT_CMP2   HRTIM_TIMDIER_CMP2IE
 
#define HRTIM_TIM_IT_CMP3   HRTIM_TIMDIER_CMP3IE
 
#define HRTIM_TIM_IT_CMP4   HRTIM_TIMDIER_CMP4IE
 
#define HRTIM_TIM_IT_CPT1   HRTIM_TIMDIER_CPT1IE
 
#define HRTIM_TIM_IT_CPT2   HRTIM_TIMDIER_CPT2IE
 
#define HRTIM_TIM_IT_DLYPRT   HRTIM_TIMDIER_DLYPRTIE
 
#define HRTIM_TIM_IT_REP   HRTIM_TIMDIER_REPIE
 
#define HRTIM_TIM_IT_RST   HRTIM_TIMDIER_RSTIE
 
#define HRTIM_TIM_IT_RST1   HRTIM_TIMDIER_RST1IE
 
#define HRTIM_TIM_IT_RST2   HRTIM_TIMDIER_RST2IE
 
#define HRTIM_TIM_IT_SET1   HRTIM_TIMDIER_SET1IE
 
#define HRTIM_TIM_IT_SET2   HRTIM_TIMDIER_SET2IE
 
#define HRTIM_TIM_IT_UPD   HRTIM_TIMDIER_UPDIE
 
#define IS_HRTIM_TIM_IT(IT)
 

Detailed Description

Macro Definition Documentation

#define HRTIM_TIM_IT_CMP1   HRTIM_TIMDIER_CMP1IE

Timer compare 1 interrupt flag

Definition at line 2296 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_CMP2   HRTIM_TIMDIER_CMP2IE

Timer compare 2 interrupt flag

Definition at line 2297 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_CMP3   HRTIM_TIMDIER_CMP3IE

Timer compare 3 interrupt flag

Definition at line 2298 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_CMP4   HRTIM_TIMDIER_CMP4IE

Timer compare 4 interrupt flag

Definition at line 2299 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_CPT1   HRTIM_TIMDIER_CPT1IE

Timer capture 1 interrupt flag

Definition at line 2302 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_CPT2   HRTIM_TIMDIER_CPT2IE

Timer capture 2 interrupt flag

Definition at line 2303 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_DLYPRT   HRTIM_TIMDIER_DLYPRTIE

Timer delay protection interrupt flag

Definition at line 2309 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_REP   HRTIM_TIMDIER_REPIE

Timer repetition interrupt flag

Definition at line 2300 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_RST   HRTIM_TIMDIER_RSTIE

Timer reset interrupt flag

Definition at line 2308 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_RST1   HRTIM_TIMDIER_RST1IE

Timer output 1 reset interrupt flag

Definition at line 2305 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_RST2   HRTIM_TIMDIER_RST2IE

Timer output 2 reset interrupt flag

Definition at line 2307 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_SET1   HRTIM_TIMDIER_SET1IE

Timer output 1 set interrupt flag

Definition at line 2304 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_SET2   HRTIM_TIMDIER_SET2IE

Timer output 2 set interrupt flag

Definition at line 2306 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_IT_UPD   HRTIM_TIMDIER_UPDIE

Timer update interrupt flag

Definition at line 2301 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIM_IT (   IT)
Value:
(((IT) == HRTIM_TIMDIER_CMP1IE) || \
((IT) == HRTIM_TIMDIER_CMP2IE) || \
((IT) == HRTIM_TIMDIER_CMP3IE) || \
((IT) == HRTIM_TIMDIER_CMP4IE) || \
((IT) == HRTIM_TIMDIER_REPIE) || \
((IT) == HRTIM_TIMDIER_UPDIE) || \
((IT) == HRTIM_TIMDIER_CPT1IE) || \
((IT) == HRTIM_TIMDIER_CPT2IE) || \
((IT) == HRTIM_TIMDIER_SET1IE) || \
((IT) == HRTIM_TIMDIER_RST1IE) || \
((IT) == HRTIM_TIMDIER_SET2IE) || \
((IT) == HRTIM_TIMDIER_RST2IE) || \
((IT) == HRTIM_TIMDIER_RSTIE) || \
((IT) == HRTIM_TIMDIER_DLYPRTIE))

Definition at line 2311 of file stm32f30x_hrtim.h.



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