FLASH Erase structure definition. More...
#include <stm32f4xx_hal_flash_ex.h>
Public Attributes | |
uint32_t | Banks |
uint32_t | NbSectors |
uint32_t | Sector |
uint32_t | TypeErase |
uint32_t | VoltageRange |
FLASH Erase structure definition.
Definition at line 47 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_EraseInitTypeDef::Banks |
Select banks to erase when Mass erase is enabled. This parameter must be a value of FLASH Banks
Definition at line 52 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_EraseInitTypeDef::NbSectors |
Number of sectors to be erased. This parameter must be a value between 1 and (max number of sectors - value of Initial sector)
Definition at line 58 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_EraseInitTypeDef::Sector |
Initial FLASH sector to erase when Mass erase is disabled This parameter must be a value of FLASH Sectors
Initial FLASH sector to erase when Mass erase is disabled This parameter must be a value of FLASH Sectors
Definition at line 55 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_EraseInitTypeDef::TypeErase |
Mass erase or sector Erase. This parameter can be a value of FLASH Type Erase
Definition at line 49 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.
uint32_t FLASH_EraseInitTypeDef::VoltageRange |
The device voltage range which defines the erase parallelism This parameter must be a value of FLASH Voltage Range
Definition at line 61 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.