|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for FLASH Exported Types:Data Structures | |
| struct | FLASH_ProcessTypeDef |
| FLASH handle Structure definition. More... | |
Enumerations | |
| enum | FLASH_ProcedureTypeDef { FLASH_PROC_NONE = 0U , FLASH_PROC_SECTERASE , FLASH_PROC_MASSERASE , FLASH_PROC_PROGRAM } |
| FLASH Procedure structure definition. | |
| struct FLASH_ProcessTypeDef |
FLASH handle Structure definition.
Definition at line 56 of file stm32f4xx_hal_flash.h.
| Data Fields | ||
|---|---|---|
| __IO uint32_t | Address | |
| __IO uint32_t | Bank | |
| __IO uint32_t | ErrorCode | |
| HAL_LockTypeDef | Lock | |
| __IO uint32_t | NbSectorsToErase | |
| __IO FLASH_ProcedureTypeDef | ProcedureOnGoing | |
| __IO uint32_t | Sector | |
| __IO uint8_t | VoltageForErase | |