|
STM32F103xB HAL User Manual
|
Peripheral errors functions. More...
Functions | |
| uint32_t | HAL_FLASH_GetError (void) |
| Get the specific FLASH error flag. | |
Peripheral errors functions.
===============================================================================
##### Peripheral Errors functions #####
===============================================================================
[..]
This subsection permit to get in run-time errors of the FLASH peripheral.
| uint32_t HAL_FLASH_GetError | ( | void | ) |
Get the specific FLASH error flag.
| FLASH_ErrorCode | The returned value can be: FLASH Error Codes |
Definition at line 774 of file stm32f1xx_hal_flash.c.
References FLASH_ProcessTypeDef::ErrorCode.
1.7.6.1