rusEFI
The most advanced open source ECU
Data Fields
FLASH_ProcessTypeDef Struct Reference

FLASH handle Structure definition
More...

#include <stm32f4xx_hal_flash.h>

Collaboration diagram for FLASH_ProcessTypeDef:
Collaboration graph
[legend]

Data Fields

__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
 
__IO uint32_t VoltageForErase
 

Detailed Description

FLASH handle Structure definition

FLASH handle Structure definition.

Definition at line 76 of file stm32f4xx_hal_flash.h.

Field Documentation

◆ Address

__IO uint32_t FLASH_ProcessTypeDef::Address

Internal variable to save address selected for program

Definition at line 88 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASH_Program_IT().

◆ Bank

__IO uint32_t FLASH_ProcessTypeDef::Bank

Definition at line 86 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

◆ ErrorCode

__IO uint32_t FLASH_ProcessTypeDef::ErrorCode

◆ Lock

HAL_LockTypeDef FLASH_ProcessTypeDef::Lock

FLASH locking object

Definition at line 90 of file stm32f4xx_hal_flash.h.

◆ NbSectorsToErase

__IO uint32_t FLASH_ProcessTypeDef::NbSectorsToErase

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

Definition at line 80 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

◆ ProcedureOnGoing

__IO FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing

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

Definition at line 78 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), HAL_FLASH_Program_IT(), and HAL_FLASHEx_Erase_IT().

◆ Sector

__IO uint32_t FLASH_ProcessTypeDef::Sector

Internal variable to define the current sector which is erasing

Definition at line 84 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

◆ VoltageForErase [1/2]

__IO uint8_t FLASH_ProcessTypeDef::VoltageForErase

Definition at line 82 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

◆ VoltageForErase [2/2]

__IO uint32_t FLASH_ProcessTypeDef::VoltageForErase

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

Definition at line 69 of file stm32h7xx_hal_flash.h.


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