Modules | Macros
Collaboration diagram for HRTIM_MasterInterrupt:

Modules

 HRTIM_MasterFlag
 
 HRTIM_TimingUnitInterrupt
 
 HRTIM_TimingUnitFlag
 
 HRTIM_MasterDMARequest
 
 HRTIM_TimingUnitDMARequest
 

Macros

#define HRTIM_MASTER_IT_MCMP1   HRTIM_MDIER_MCMP1IE
 
#define HRTIM_MASTER_IT_MCMP2   HRTIM_MDIER_MCMP2IE
 
#define HRTIM_MASTER_IT_MCMP3   HRTIM_MDIER_MCMP3IE
 
#define HRTIM_MASTER_IT_MCMP4   HRTIM_MDIER_MCMP4IE
 
#define HRTIM_MASTER_IT_MREP   HRTIM_MDIER_MREPIE
 
#define HRTIM_MASTER_IT_MUPD   HRTIM_MDIER_MUPDIE
 
#define HRTIM_MASTER_IT_SYNC   HRTIM_MDIER_SYNCIE
 
#define IS_HRTIM_MASTER_IT(IT)
 

Detailed Description

Macro Definition Documentation

#define HRTIM_MASTER_IT_MCMP1   HRTIM_MDIER_MCMP1IE

Master compare 1 interrupt flag

Definition at line 2253 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_IT_MCMP2   HRTIM_MDIER_MCMP2IE

Master compare 2 interrupt flag

Definition at line 2254 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_IT_MCMP3   HRTIM_MDIER_MCMP3IE

Master compare 3 interrupt flag

Definition at line 2255 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_IT_MCMP4   HRTIM_MDIER_MCMP4IE

Master compare 4 interrupt flag

Definition at line 2256 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_IT_MREP   HRTIM_MDIER_MREPIE

Master Repetition interrupt flag

Definition at line 2257 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_IT_MUPD   HRTIM_MDIER_MUPDIE

Master update interrupt flag

Definition at line 2259 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_IT_SYNC   HRTIM_MDIER_SYNCIE

Synchronization input interrupt flag

Definition at line 2258 of file stm32f30x_hrtim.h.

#define IS_HRTIM_MASTER_IT (   IT)
Value:
(((IT) == HRTIM_MDIER_MCMP1IE) || \
((IT) == HRTIM_MDIER_MCMP2IE) || \
((IT) == HRTIM_MDIER_MCMP3IE) || \
((IT) == HRTIM_MDIER_MCMP4IE) || \
((IT) == HRTIM_MDIER_MREPIE) || \
((IT) == HRTIM_MDIER_SYNCIE) || \
((IT) == HRTIM_MDIER_MUPDIE))

Definition at line 2261 of file stm32f30x_hrtim.h.



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