STM32L4xx_HAL_Driver  1.14.0

Variables

FLASH_ProcessTypeDef pFlash
 Variable used for Program/Erase sectors under interruption. More...
 
FLASH_ProcessTypeDef pFlash
 Variable used for Program/Erase sectors under interruption. More...
 

Detailed Description

Variable Documentation

◆ pFlash [1/2]

Initial value:
= {.Lock = HAL_UNLOCKED, \
.ErrorCode = HAL_FLASH_ERROR_NONE, \
.ProcedureOnGoing = FLASH_PROC_NONE, \
.Address = 0U, \
.Bank = FLASH_BANK_1, \
.Page = 0U, \
.NbPagesToErase = 0U, \
.CacheToReactivate = FLASH_CACHE_DISABLED}

Variable used for Program/Erase sectors under interruption.

Definition at line 118 of file stm32l4xx_hal_flash.c.

◆ pFlash [2/2]

Variable used for Program/Erase sectors under interruption.

Definition at line 118 of file stm32l4xx_hal_flash.c.