Macros
Collaboration diagram for HRTIM_MasterFlag:

Macros

#define HRTIM_MASTER_FLAG_MCMP1   HRTIM_MISR_MCMP1
 
#define HRTIM_MASTER_FLAG_MCMP2   HRTIM_MISR_MCMP2
 
#define HRTIM_MASTER_FLAG_MCMP3   HRTIM_MISR_MCMP3
 
#define HRTIM_MASTER_FLAG_MCMP4   HRTIM_MISR_MCMP4
 
#define HRTIM_MASTER_FLAG_MREP   HRTIM_MISR_MREP
 
#define HRTIM_MASTER_FLAG_MUPD   HRTIM_MISR_MUPD
 
#define HRTIM_MASTER_FLAG_SYNC   HRTIM_MISR_SYNC
 
#define IS_HRTIM_MASTER_FLAG(FLAG)
 

Detailed Description

Macro Definition Documentation

#define HRTIM_MASTER_FLAG_MCMP1   HRTIM_MISR_MCMP1

Master compare 1 interrupt flag

Definition at line 2273 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_FLAG_MCMP2   HRTIM_MISR_MCMP2

Master compare 2 interrupt flag

Definition at line 2274 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_FLAG_MCMP3   HRTIM_MISR_MCMP3

Master compare 3 interrupt flag

Definition at line 2275 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_FLAG_MCMP4   HRTIM_MISR_MCMP4

Master compare 4 interrupt flag

Definition at line 2276 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_FLAG_MREP   HRTIM_MISR_MREP

Master Repetition interrupt flag

Definition at line 2277 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_FLAG_MUPD   HRTIM_MISR_MUPD

Master update interrupt flag

Definition at line 2279 of file stm32f30x_hrtim.h.

#define HRTIM_MASTER_FLAG_SYNC   HRTIM_MISR_SYNC

Synchronization input interrupt flag

Definition at line 2278 of file stm32f30x_hrtim.h.

#define IS_HRTIM_MASTER_FLAG (   FLAG)
Value:
(((FLAG) == HRTIM_MISR_MCMP1) || \
((FLAG) == HRTIM_MISR_MCMP2) || \
((FLAG) == HRTIM_MISR_MCMP3) || \
((FLAG) == HRTIM_MISR_MCMP4) || \
((FLAG) == HRTIM_MISR_MREP) || \
((FLAG) == HRTIM_MISR_SYNC) || \
((FLAG) == HRTIM_MISR_MUPD))

Definition at line 2281 of file stm32f30x_hrtim.h.



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