STM32F439xx HAL User Manual
Defines
FLASH Selection Protection Mode
FLASH Exported Constants

Defines

#define OB_PCROP_DESELECTED   ((uint8_t)0x00)
#define OB_PCROP_SELECTED   ((uint8_t)0x80)

Define Documentation

#define OB_PCROP_DESELECTED   ((uint8_t)0x00)

Disabled PcROP, nWPRi bits used for Write Protection on sector i

Definition at line 719 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OB_DeSelectPCROP().

#define OB_PCROP_SELECTED   ((uint8_t)0x80)

Enable PcROP, nWPRi bits used for PCRoP Protection on sector i

Definition at line 720 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OB_SelectPCROP().