STM32F479xx HAL User Manual
|
Peripheral Errors functions. More...
Functions | |
uint32_t | HAL_FLASH_GetError (void) |
Get the specific FLASH error flag. | |
HAL_StatusTypeDef | FLASH_WaitForLastOperation (uint32_t Timeout) |
Wait for a FLASH operation to complete. |
Peripheral Errors functions.
=============================================================================== ##### Peripheral Errors functions ##### =============================================================================== [..] This subsection permits to get in run-time Errors of the FLASH peripheral.
HAL_StatusTypeDef FLASH_WaitForLastOperation | ( | uint32_t | Timeout | ) |
Wait for a FLASH operation to complete.
Timeout | maximum flash operationtimeout |
HAL | Status |
Definition at line 552 of file stm32f4xx_hal_flash.c.
uint32_t HAL_FLASH_GetError | ( | void | ) |
Get the specific FLASH error flag.
FLASH_ErrorCode,: | The returned value can be a combination of:
|
Definition at line 538 of file stm32f4xx_hal_flash.c.
References FLASH_ProcessTypeDef::ErrorCode.