Macros

Constants used to enable or disable the Fault mode. More...

Collaboration diagram for HRTIM_FaultModeControl:

Macros

#define HRTIM_FAULT_DISABLED   (uint32_t)0x00000000
 
#define HRTIM_FAULT_ENABLED   (HRTIM_FLTINR1_FLT1E)
 
#define IS_HRTIM_FAULTCTL(FAULTCTL)
 

Detailed Description

Constants used to enable or disable the Fault mode.

Macro Definition Documentation

#define HRTIM_FAULT_DISABLED   (uint32_t)0x00000000

Fault mode disabled

Definition at line 2094 of file stm32f30x_hrtim.h.

#define HRTIM_FAULT_ENABLED   (HRTIM_FLTINR1_FLT1E)

Fault mode enabled

Definition at line 2095 of file stm32f30x_hrtim.h.

#define IS_HRTIM_FAULTCTL (   FAULTCTL)
Value:
(((FAULTCTL) == HRTIM_FAULT_DISABLED) || \
((FAULTCTL) == HRTIM_FAULT_ENABLED))
#define HRTIM_FAULT_DISABLED
#define HRTIM_FAULT_ENABLED

Definition at line 2097 of file stm32f30x_hrtim.h.



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