HAL
+
0
/54 examples
SourceVu will show references to
FLASH_EraseInitTypeDef
from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
STemWin
Applications
USB_Device
DFU_Standalone
STM32446E-Nucleo
Applications
EEPROM
EEPROM_Emulation
STM32446E_EVAL
Applications
EEPROM
EEPROM_Emulation
IAP
IAP_Main
USB_Device
DFU_Standalone
USB_Host
FWupgrade_Standalone
Examples
FLASH
FLASH_EraseProgram
STM32469I-Discovery
Applications
EEPROM
EEPROM_Emulation
USB_Device
DFU_Standalone
USB_Host
FWupgrade_Standalone
FileX
FX_IAP
IAP_main
Examples
FLASH
FLASH_EraseProgram
STM32469I_EVAL
Applications
EEPROM
EEPROM_Emulation
IAP
IAP_Main
USB_Device
DFU_Standalone
Examples
FLASH
FLASH_EraseProgram
STM324x9I_EVAL
Applications
EEPROM
EEPROM_Emulation
IAP
IAP_Main
LwIP
LwIP_IAP
USB_Device
DFU_Standalone
USB_Host
FWupgrade_Standalone
Examples
FLASH
FLASH_EraseProgram
STM324xG_EVAL
Applications
EEPROM
EEPROM_Emulation
IAP
IAP_Main
LwIP
LwIP_IAP
USB_Device
DFU_Standalone
USB_Host
FWupgrade_Standalone
Examples
FLASH
FLASH_EraseProgram
STM32F4-Discovery
Applications
EEPROM
EEPROM_Emulation
Examples
FLASH
FLASH_EraseProgram
STM32F401-Discovery
Applications
EEPROM
EEPROM_Emulation
Examples
FLASH
FLASH_EraseProgram
STM32F401RE-Nucleo
Applications
EEPROM
EEPROM_Emulation
STM32F410xx-Nucleo
Applications
EEPROM
EEPROM_Emulation
STM32F411E-Discovery
Applications
EEPROM
EEPROM_Emulation
Examples
FLASH
FLASH_EraseProgram
STM32F411RE-Nucleo
Applications
EEPROM
EEPROM_Emulation
STM32F412G-Discovery
Applications
EEPROM
EEPROM_Emulation
STM32F412ZG-Nucleo
Applications
EEPROM
EEPROM_Emulation
Examples
FLASH
FLASH_EraseProgram
STM32F413ZH-Nucleo
Applications
EEPROM
EEPROM_Emulation
USB_Device
DFU_Standalone
Examples
FLASH
FLASH_EraseProgram
STM32F429I-Discovery
Applications
EEPROM
EEPROM_Emulation
USB_Host
FWupgrade_Standalone
Examples
FLASH
FLASH_EraseProgram
STM32F429ZI-Nucleo
Applications
EEPROM
EEPROM_Emulation
USBX
Ux_Device_DFU
USB_Device
DFU_Standalone
Examples
FLASH
FLASH_EraseProgram
STM32F446ZE-Nucleo
Applications
EEPROM
EEPROM_Emulation
USB_Device
DFU_Standalone
Examples
FLASH
FLASH_EraseProgram
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
FLASH_EraseInitTypeDef
FLASH_EraseInitTypeDef struct
FLASH Erase structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_flash_ex.h:45
typedef
struct
{
uint32_t
TypeErase
;
uint32_t
Banks
;
uint32_t
Sector
;
uint32_t
NbSectors
;
uint32_t
VoltageRange
;
}
FLASH_EraseInitTypeDef
;
Fields
Field
Declared as
Description
FLASH_EraseInitTypeDef::TypeErase
uint32_t
Mass erase or sector Erase. This parameter can be a value of FLASHEx_Type_Erase.
FLASH_EraseInitTypeDef::Banks
uint32_t
Select banks to erase when Mass erase is enabled. This parameter must be a value of FLASHEx_Banks.
FLASH_EraseInitTypeDef::Sector
uint32_t
Initial FLASH sector to erase when Mass erase is disabled This parameter must be a value of FLASHEx_Sectors.
FLASH_EraseInitTypeDef::NbSectors
uint32_t
Number of sectors to be erased. This parameter must be a value between 1 and (max number of sectors - value of Initial sector).
FLASH_EraseInitTypeDef::VoltageRange
uint32_t
The device voltage range which defines the erase parallelism This parameter must be a value of FLASHEx_Voltage_Range.
Related Functions
Found 2 other functions taking a
FLASH_EraseInitTypeDef
argument:
Function
Description
HAL_FLASHEx_Erase()
Perform a mass erase or erase the specified FLASH memory sectors
HAL_FLASHEx_Erase_IT()
Perform a mass erase or erase the specified FLASH memory sectors with interrupt enabled
Examples
FLASH_EraseInitTypeDef
is referenced by 54 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out