Macros

Constants defining whether or not the fault programming bits are write protected. More...

Collaboration diagram for HRTIM_FaultLock:

Macros

#define HRTIM_FAULTLOCK_READONLY   (HRTIM_FLTINR1_FLT1LCK)
 
#define HRTIM_FAULTLOCK_READWRITE   ((uint32_t)0x00000000)
 
#define IS_HRTIM_FAULTLOCK(FAULTLOCK)
 

Detailed Description

Constants defining whether or not the fault programming bits are write protected.

Macro Definition Documentation

#define HRTIM_FAULTLOCK_READONLY   (HRTIM_FLTINR1_FLT1LCK)

Fault settings bits are read only

Definition at line 1700 of file stm32f30x_hrtim.h.

#define HRTIM_FAULTLOCK_READWRITE   ((uint32_t)0x00000000)

Fault settings bits are read/write

Definition at line 1699 of file stm32f30x_hrtim.h.

#define IS_HRTIM_FAULTLOCK (   FAULTLOCK)
Value:
(((FAULTLOCK) == HRTIM_FAULTLOCK_READWRITE) || \
((FAULTLOCK) == HRTIM_FAULTLOCK_READONLY))
#define HRTIM_FAULTLOCK_READONLY
#define HRTIM_FAULTLOCK_READWRITE

Definition at line 1702 of file stm32f30x_hrtim.h.



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