STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
FLASH_ProcessTypeDef Struct Reference

FLASH handle Structure definition. More...

#include <stm32f4xx_hal_flash.h>

Public Attributes

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

Detailed Description

FLASH handle Structure definition.

Definition at line 56 of file stm32f4xx_hal_flash.h.

Member Data Documentation

◆ Address

volatile uint32_t FLASH_ProcessTypeDef::Address

Definition at line 68 of file stm32f4xx_hal_flash.h.

◆ Bank

volatile uint32_t FLASH_ProcessTypeDef::Bank

Definition at line 66 of file stm32f4xx_hal_flash.h.

◆ ErrorCode

volatile uint32_t FLASH_ProcessTypeDef::ErrorCode

Definition at line 72 of file stm32f4xx_hal_flash.h.

◆ Lock

HAL_LockTypeDef FLASH_ProcessTypeDef::Lock

Definition at line 70 of file stm32f4xx_hal_flash.h.

◆ NbSectorsToErase

volatile uint32_t FLASH_ProcessTypeDef::NbSectorsToErase

Definition at line 60 of file stm32f4xx_hal_flash.h.

◆ ProcedureOnGoing

volatile FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing

Definition at line 58 of file stm32f4xx_hal_flash.h.

◆ Sector

volatile uint32_t FLASH_ProcessTypeDef::Sector

Definition at line 64 of file stm32f4xx_hal_flash.h.

◆ VoltageForErase

volatile uint8_t FLASH_ProcessTypeDef::VoltageForErase

Definition at line 62 of file stm32f4xx_hal_flash.h.


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