STM32F479xx HAL User Manual
|
FLASH Advanced Option Bytes Program structure definition. More...
#include <stm32f4xx_hal_flash_ex.h>
Data Fields | |
uint32_t | OptionType |
uint32_t | PCROPState |
uint32_t | Banks |
uint16_t | SectorsBank1 |
uint16_t | SectorsBank2 |
uint8_t | BootConfig |
FLASH Advanced Option Bytes Program structure definition.
Definition at line 101 of file stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_AdvOBProgramInitTypeDef::Banks |
Select banks for PCROP activation/deactivation of all sectors. This parameter must be a value of FLASH Banks
Definition at line 117 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
Specifies Option bytes for boot config. This parameter can be a value of FLASH Dual Boot
Definition at line 126 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBGetConfig(), and HAL_FLASHEx_AdvOBProgram().
Option byte to be configured for extension. This parameter can be a value of FLASH Advanced Option Type
Definition at line 103 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
PCROP activation or deactivation. This parameter can be a value of FLASH PCROP State
Definition at line 106 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
Specifies the sector(s) set for PCROP for Bank1. This parameter can be a value of FLASH Option Bytes PC ReadWrite Protection
Definition at line 120 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBGetConfig(), and HAL_FLASHEx_AdvOBProgram().
Specifies the sector(s) set for PCROP for Bank2. This parameter can be a value of FLASH Option Bytes PC ReadWrite Protection
Definition at line 123 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBGetConfig(), and HAL_FLASHEx_AdvOBProgram().