My Project
Loading...
Searching...
No Matches
FLASH_ProcessTypeDef Struct Reference

FLASH handle Structure definition
More...

#include <stm32f3xx_hal_flash.h>

Public Attributes

__IO FLASH_ProcedureTypeDef ProcedureOnGoing
 
__IO uint32_t DataRemaining
 
__IO uint32_t Address
 
__IO uint64_t Data
 
HAL_LockTypeDef Lock
 
__IO uint32_t ErrorCode
 

Detailed Description

FLASH handle Structure definition

Member Data Documentation

◆ Address

__IO uint32_t FLASH_ProcessTypeDef::Address

Internal variable to save address selected for program or erase

◆ Data

__IO uint64_t FLASH_ProcessTypeDef::Data

Internal variable to save data to be programmed

◆ DataRemaining

__IO uint32_t FLASH_ProcessTypeDef::DataRemaining

Internal variable to save the remaining pages to erase or half-word to program in IT context

◆ ErrorCode

__IO uint32_t FLASH_ProcessTypeDef::ErrorCode

FLASH error code
This parameter can be a value of FLASH Error Codes

◆ Lock

HAL_LockTypeDef FLASH_ProcessTypeDef::Lock

FLASH locking object

◆ ProcedureOnGoing

__IO FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing

Internal variable to indicate which procedure is ongoing or not in IT context


The documentation for this struct was generated from the following file: