RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
FLASH_ProcessTypeDef Struct Reference

FLASH handle Structure definition. More...

#include <stm32h7xx_hal_flash.h>

Data Fields

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

Detailed Description

FLASH handle Structure definition.

Field Documentation

◆ Address

__IO uint32_t FLASH_ProcessTypeDef::Address

Internal variable to save address selected for program

◆ ErrorCode

__IO uint32_t FLASH_ProcessTypeDef::ErrorCode

FLASH error code

◆ Lock

HAL_LockTypeDef FLASH_ProcessTypeDef::Lock

FLASH locking object

◆ NbSectorsToErase

__IO uint32_t FLASH_ProcessTypeDef::NbSectorsToErase

Internal variable to save the remaining sectors to erase in IT context

◆ ProcedureOnGoing

__IO FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing

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

◆ Sector

__IO uint32_t FLASH_ProcessTypeDef::Sector

Internal variable to define the current sector which is erasing

◆ VoltageForErase

__IO uint32_t FLASH_ProcessTypeDef::VoltageForErase

Internal variable to provide voltage range selected by user in IT context


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