STM32H735xx HAL User Manual
Defines
FLASH WRP State
FLASH Exported Constants

Defines

#define OB_WRPSTATE_DISABLE   0x00000000U
#define OB_WRPSTATE_ENABLE   0x00000001U

Define Documentation

#define OB_WRPSTATE_DISABLE   0x00000000U

Disable the write protection of the desired bank 1 sectors

Definition at line 213 of file stm32h7xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetWRP().

#define OB_WRPSTATE_ENABLE   0x00000001U

Enable the write protection of the desired bank 1 sectors

Definition at line 214 of file stm32h7xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetWRP(), and HAL_FLASHEx_OBProgram().