|
STM32G474xx HAL User Manual
|
Constants defining whether or not the fault programming bits are write protected. More...
Defines | |
| #define | HRTIM_FAULTLOCK_READWRITE (0x00000000U) |
| #define | HRTIM_FAULTLOCK_READONLY (HRTIM_FLTINR1_FLT1LCK) |
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 2043 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_FAULTLOCK_READWRITE (0x00000000U) |
Fault settings bits are read/write
Definition at line 2042 of file stm32g4xx_hal_hrtim.h.
1.7.6.1