Macros

Constants defining fault channel identifiers. More...

Collaboration diagram for HRTIM_FaultChannel:

Macros

#define HRTIM_FAULT_1   ((uint32_t)0x01)
 
#define HRTIM_FAULT_2   ((uint32_t)0x02)
 
#define HRTIM_FAULT_3   ((uint32_t)0x04)
 
#define HRTIM_FAULT_4   ((uint32_t)0x08)
 
#define HRTIM_FAULT_5   ((uint32_t)0x10)
 
#define IS_HRTIM_FAULT(FAULT)
 

Detailed Description

Constants defining fault channel identifiers.

Macro Definition Documentation

#define HRTIM_FAULT_1   ((uint32_t)0x01)

Fault channel 1 identifier

Definition at line 528 of file stm32f30x_hrtim.h.

#define HRTIM_FAULT_2   ((uint32_t)0x02)

Fault channel 2 identifier

Definition at line 529 of file stm32f30x_hrtim.h.

#define HRTIM_FAULT_3   ((uint32_t)0x04)

Fault channel 3 identifier

Definition at line 530 of file stm32f30x_hrtim.h.

#define HRTIM_FAULT_4   ((uint32_t)0x08)

Fault channel 4 identifier

Definition at line 531 of file stm32f30x_hrtim.h.

#define HRTIM_FAULT_5   ((uint32_t)0x10)

Fault channel 5 identifier

Definition at line 532 of file stm32f30x_hrtim.h.

#define IS_HRTIM_FAULT (   FAULT)
Value:
(((FAULT) == HRTIM_FAULT_1) || \
((FAULT) == HRTIM_FAULT_2) || \
((FAULT) == HRTIM_FAULT_3) || \
((FAULT) == HRTIM_FAULT_4) || \
((FAULT) == HRTIM_FAULT_5))
#define HRTIM_FAULT_2
#define HRTIM_FAULT_1
#define HRTIM_FAULT_5
#define HRTIM_FAULT_4
#define HRTIM_FAULT_3

Definition at line 534 of file stm32f30x_hrtim.h.



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