|
STM32L443xx HAL User Manual
|
Variables | |
| FLASH_ProcessTypeDef | pFlash |
| Variable used for Program/Erase sectors under interruption. | |
| FLASH_ProcessTypeDef | pFlash |
| Variable used for Program/Erase sectors under interruption. | |
{.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 116 of file stm32l4xx_hal_flash.c.
Referenced by FLASH_FlushCaches(), HAL_FLASHEx_Erase(), HAL_FLASHEx_Erase_IT(), and HAL_FLASHEx_OBProgram().
Variable used for Program/Erase sectors under interruption.
Definition at line 116 of file stm32l4xx_hal_flash.c.
Referenced by FLASH_FlushCaches(), HAL_FLASHEx_Erase(), HAL_FLASHEx_Erase_IT(), and HAL_FLASHEx_OBProgram().
1.7.6.1