STM32L443xx HAL User Manual
|
FLASH Erase structure definition. More...
#include <stm32l4xx_hal_flash.h>
Data Fields | |
uint32_t | TypeErase |
uint32_t | Banks |
uint32_t | Page |
uint32_t | NbPages |
FLASH Erase structure definition.
Definition at line 45 of file stm32l4xx_hal_flash.h.
uint32_t FLASH_EraseInitTypeDef::Banks |
Select bank to erase. This parameter must be a value of FLASH Banks (FLASH_BANK_BOTH should be used only for mass erase)
Definition at line 49 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().
uint32_t FLASH_EraseInitTypeDef::NbPages |
Number of pages to be erased. This parameter must be a value between 1 and (max number of pages in the bank - value of initial page)
Definition at line 55 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().
uint32_t FLASH_EraseInitTypeDef::Page |
Initial Flash page to erase when page erase is disabled This parameter must be a value between 0 and (max number of pages in the bank - 1) (eg : 255 for 1MB dual bank)
Definition at line 52 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().
uint32_t FLASH_EraseInitTypeDef::TypeErase |
Mass erase or page erase. This parameter can be a value of FLASH Erase Type
Definition at line 47 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().