STM32F479xx HAL User Manual
|
Defines | |
#define | OB_PCROP_DESELECTED ((uint8_t)0x00) |
#define | OB_PCROP_SELECTED ((uint8_t)0x80) |
#define OB_PCROP_DESELECTED ((uint8_t)0x00) |
Disabled PcROP, nWPRi bits used for Write Protection on sector i
Definition at line 703 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 704 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_OB_SelectPCROP().