STM32F439xx HAL User Manual
Data Fields
FLASH_OBProgramInitTypeDef Struct Reference

FLASH Option Bytes Program structure definition. More...

#include <stm32f4xx_hal_flash_ex.h>

Data Fields

uint32_t OptionType
uint32_t WRPState
uint32_t WRPSector
uint32_t Banks
uint32_t RDPLevel
uint32_t BORLevel
uint8_t USERConfig

Detailed Description

FLASH Option Bytes Program structure definition.

Definition at line 85 of file stm32f4xx_hal_flash_ex.h.


Field Documentation

Select banks for WRP activation/deactivation of all sectors. This parameter must be a value of FLASH Banks

Definition at line 96 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().

Set the BOR Level. This parameter can be a value of FLASH BOR Reset Level

Definition at line 102 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

Option byte to be configured. This parameter can be a value of FLASH Option Type

Definition at line 87 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

Set the read protection level. This parameter can be a value of FLASH Option Bytes Read Protection

Definition at line 99 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

Program the FLASH User Option Byte: IWDG_SW / RST_STOP / RST_STDBY.

Definition at line 105 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

Specifies the sector(s) to be write protected. The value of this parameter depend on device used within the same series

Definition at line 93 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBGetConfig(), and HAL_FLASHEx_OBProgram().

Write protection activation or deactivation. This parameter can be a value of FLASH WRP State

Definition at line 90 of file stm32f4xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_OBProgram().


The documentation for this struct was generated from the following file: