STM32F103xB HAL User Manual
Defines
Option Byte WRP State
Option Byte Constants

Defines

#define OB_WRPSTATE_DISABLE   0x00U
#define OB_WRPSTATE_ENABLE   0x01U

Define Documentation

#define OB_WRPSTATE_DISABLE   0x00U

Disable the write protection of the desired pages

Definition at line 305 of file stm32f1xx_hal_flash_ex.h.

#define OB_WRPSTATE_ENABLE   0x01U

Enable the write protection of the desired pagess

Definition at line 306 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().