STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
FLASH Advanced Option Bytes Program structure definition. More...
#include <stm32f4xx_hal_flash_ex.h>
Data Fields | |
uint32_t | OptionType |
uint32_t | PCROPState |
uint16_t | Sectors |
FLASH Advanced Option Bytes Program structure definition.
Definition at line 99 of file stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_AdvOBProgramInitTypeDef::OptionType |
Option byte to be configured for extension. This parameter can be a value of FLASH Advanced Option Type
Definition at line 101 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
uint32_t FLASH_AdvOBProgramInitTypeDef::PCROPState |
PCROP activation or deactivation. This parameter can be a value of FLASH PCROP State
Definition at line 104 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
uint16_t FLASH_AdvOBProgramInitTypeDef::Sectors |
specifies the sector(s) set for PCROP. This parameter can be a value of FLASH Option Bytes PC ReadWrite Protection
Definition at line 109 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBGetConfig(), and HAL_FLASHEx_AdvOBProgram().