STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
โ€ขAll Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FLASH_ProcessTypeDef Struct Reference

FLASH handle Structure definition. More...

#include <stm32f4xx_hal_flash.h>

Collaboration diagram for FLASH_ProcessTypeDef:

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
 

Detailed Description

FLASH handle Structure definition.

Definition at line 56 of file stm32f4xx_hal_flash.h.

Field Documentation

โ—† ProcedureOnGoing

__IO FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing

โ—† NbSectorsToErase

__IO uint32_t FLASH_ProcessTypeDef::NbSectorsToErase

Definition at line 60 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

โ—† VoltageForErase

__IO uint8_t FLASH_ProcessTypeDef::VoltageForErase

Definition at line 62 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

โ—† Sector

__IO uint32_t FLASH_ProcessTypeDef::Sector

Definition at line 64 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

โ—† Bank

__IO uint32_t FLASH_ProcessTypeDef::Bank

Definition at line 66 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

โ—† Address

__IO uint32_t FLASH_ProcessTypeDef::Address

Definition at line 68 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASH_Program_IT().

โ—† Lock

HAL_LockTypeDef FLASH_ProcessTypeDef::Lock

Definition at line 70 of file stm32f4xx_hal_flash.h.

โ—† ErrorCode

__IO uint32_t FLASH_ProcessTypeDef::ErrorCode

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