Macros
Collaboration diagram for HRTIM_TimingUnitDMARequest:

Macros

#define HRTIM_TIM_DMA_CMP1   HRTIM_TIMDIER_CMP1DE
 
#define HRTIM_TIM_DMA_CMP2   HRTIM_TIMDIER_CMP2DE
 
#define HRTIM_TIM_DMA_CMP3   HRTIM_TIMDIER_CMP3DE
 
#define HRTIM_TIM_DMA_CMP4   HRTIM_TIMDIER_CMP4DE
 
#define HRTIM_TIM_DMA_CPT1   HRTIM_TIMDIER_CPT1DE
 
#define HRTIM_TIM_DMA_CPT2   HRTIM_TIMDIER_CPT2DE
 
#define HRTIM_TIM_DMA_DLYPRT   HRTIM_TIMDIER_DLYPRTDE
 
#define HRTIM_TIM_DMA_REP   HRTIM_TIMDIER_REPDE
 
#define HRTIM_TIM_DMA_RST   HRTIM_TIMDIER_RSTDE
 
#define HRTIM_TIM_DMA_RST1   HRTIM_TIMDIER_RST1DE
 
#define HRTIM_TIM_DMA_RST2   HRTIM_TIMDIER_RST2DE
 
#define HRTIM_TIM_DMA_SET1   HRTIM_TIMDIER_SET1DE
 
#define HRTIM_TIM_DMA_SET2   HRTIM_TIMDIER_SET2DE
 
#define HRTIM_TIM_DMA_UPD   HRTIM_TIMDIER_UPDDE
 
#define IS_HRTIM_TIM_DMA(DMA)
 

Detailed Description

Macro Definition Documentation

#define HRTIM_TIM_DMA_CMP1   HRTIM_TIMDIER_CMP1DE

Timer compare 1 interrupt flag

Definition at line 2395 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_CMP2   HRTIM_TIMDIER_CMP2DE

Timer compare 2 interrupt flag

Definition at line 2396 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_CMP3   HRTIM_TIMDIER_CMP3DE

Timer compare 3 interrupt flag

Definition at line 2397 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_CMP4   HRTIM_TIMDIER_CMP4DE

Timer compare 4 interrupt flag

Definition at line 2398 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_CPT1   HRTIM_TIMDIER_CPT1DE

Timer capture 1 interrupt flag

Definition at line 2401 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_CPT2   HRTIM_TIMDIER_CPT2DE

Timer capture 2 interrupt flag

Definition at line 2402 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_DLYPRT   HRTIM_TIMDIER_DLYPRTDE

Timer delay protection interrupt flag

Definition at line 2408 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_REP   HRTIM_TIMDIER_REPDE

Timer repetition interrupt flag

Definition at line 2399 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_RST   HRTIM_TIMDIER_RSTDE

Timer reset interrupt flag

Definition at line 2407 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_RST1   HRTIM_TIMDIER_RST1DE

Timer output 1 reset interrupt flag

Definition at line 2404 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_RST2   HRTIM_TIMDIER_RST2DE

Timer output 2 reset interrupt flag

Definition at line 2406 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_SET1   HRTIM_TIMDIER_SET1DE

Timer output 1 set interrupt flag

Definition at line 2403 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_SET2   HRTIM_TIMDIER_SET2DE

Timer output 2 set interrupt flag

Definition at line 2405 of file stm32f30x_hrtim.h.

#define HRTIM_TIM_DMA_UPD   HRTIM_TIMDIER_UPDDE

Timer update interrupt flag

Definition at line 2400 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIM_DMA (   DMA)
Value:
(((DMA) == HRTIM_TIMDIER_CMP1DE) || \
((DMA) == HRTIM_TIMDIER_CMP2DE) || \
((DMA) == HRTIM_TIMDIER_CMP3DE) || \
((DMA) == HRTIM_TIMDIER_CMP4DE) || \
((DMA) == HRTIM_TIMDIER_REPDE) || \
((DMA) == HRTIM_TIMDIER_UPDDE) || \
((DMA) == HRTIM_TIMDIER_CPT1DE) || \
((DMA) == HRTIM_TIMDIER_CPT2DE) || \
((DMA) == HRTIM_TIMDIER_SET1DE) || \
((DMA) == HRTIM_TIMDIER_RST1DE) || \
((DMA) == HRTIM_TIMDIER_SET2DE) || \
((DMA) == HRTIM_TIMDIER_RST2DE) || \
((DMA) == HRTIM_TIMDIER_RSTDE) || \
((DMA) == HRTIM_TIMDIER_DLYPRTDE))

Definition at line 2410 of file stm32f30x_hrtim.h.



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