Constants defining whether or not the fault programming bits are write protected. More...
Macros | |
#define | HRTIM_FAULTLOCK_READONLY (HRTIM_FLTINR1_FLT1LCK) |
#define | HRTIM_FAULTLOCK_READWRITE ((uint32_t)0x00000000) |
#define | IS_HRTIM_FAULTLOCK(FAULTLOCK) |
Constants defining whether or not the fault programming bits are write protected.
#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 | ) |
Definition at line 1702 of file stm32f30x_hrtim.h.