|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | OB_WRPSTATE_DISABLE 0x00000000U |
| #define | OB_WRPSTATE_ENABLE 0x00000001U |
| #define OB_WRPSTATE_DISABLE 0x00000000U |
#include <stm32f4xx_hal_flash_ex.h>
Disable the write protection of the desired bank 1 sectors
Definition at line 164 of file stm32f4xx_hal_flash_ex.h.
| #define OB_WRPSTATE_ENABLE 0x00000001U |
#include <stm32f4xx_hal_flash_ex.h>
Enable the write protection of the desired bank 1 sectors
Definition at line 165 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_OBProgram().