STM32G474xx HAL User Manual
Defines
HRTIM Fault Lock
HRTIM Exported Constants

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)

Detailed Description

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


Define Documentation

#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.