DIY Logging Volt/Ampmeter
|
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 |
FLASH Erase structure definition.
Definition at line 170 of file stm32f1xx_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 Banks
Definition at line 175 of file stm32f1xx_hal_flash_ex.h.
uint32_t FLASH_EraseInitTypeDef::NbPages |
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.
uint32_t FLASH_EraseInitTypeDef::PageAddress |
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.
uint32_t FLASH_EraseInitTypeDef::TypeErase |
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.