Prusa MINI Firmware overview
FLASH_ProcessTypeDef Struct Reference

FLASH handle Structure definition. More...

#include <stm32f4xx_hal_flash.h>

Collaboration diagram for FLASH_ProcessTypeDef:

Public Attributes

__IO FLASH_ProcedureTypeDef ProcedureOnGoing
 
__IO uint32_t NbSectorsToErase
 
__IO uint8_t VoltageForErase
 
__IO uint32_t Sector
 
__IO uint32_t Bank
 
__IO uint32_t Address
 
HAL_LockTypeDef Lock
 
__IO uint32_t ErrorCode
 

Detailed Description

FLASH handle Structure definition.

Member Data Documentation

◆ ProcedureOnGoing

__IO FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing

◆ NbSectorsToErase

__IO uint32_t FLASH_ProcessTypeDef::NbSectorsToErase

◆ VoltageForErase

__IO uint8_t FLASH_ProcessTypeDef::VoltageForErase

◆ Sector

__IO uint32_t FLASH_ProcessTypeDef::Sector

◆ Bank

__IO uint32_t FLASH_ProcessTypeDef::Bank

◆ Address

__IO uint32_t FLASH_ProcessTypeDef::Address

◆ Lock

HAL_LockTypeDef FLASH_ProcessTypeDef::Lock

◆ ErrorCode

__IO uint32_t FLASH_ProcessTypeDef::ErrorCode