STM32F103xB HAL User Manual
Data Fields
FLASH_EraseInitTypeDef Struct Reference

FLASH Erase structure definition. More...

#include <stm32f1xx_hal_flash_ex.h>

Data Fields

uint32_t TypeErase
uint32_t Banks
uint32_t PageAddress
uint32_t NbPages

Detailed Description

FLASH Erase structure definition.

Definition at line 170 of file stm32f1xx_hal_flash_ex.h.


Field Documentation

Select banks to erase when Mass erase is enabled. This parameter must be a value of Banks

Definition at line 175 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().

NbPages: Number of pagess to be erased. This parameter must be a value between Min_Data = 1 and Max_Data = (max number of pages - value of initial page)

Definition at line 182 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().

PageAdress: Initial FLASH page address to erase when mass erase is disabled This parameter must be a number between Min_Data = 0x08000000 and Max_Data = FLASH_BANKx_END (x = 1 or 2 depending on devices)

Definition at line 178 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().

TypeErase: Mass erase or page erase. This parameter can be a value of Type Erase

Definition at line 172 of file stm32f1xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().


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