| STM32F479xx HAL User Manual
   
    | 
FLASH Error Code. More...
| Defines | |
| #define | HAL_FLASH_ERROR_NONE 0x00000000U | 
| #define | HAL_FLASH_ERROR_RD 0x00000001U | 
| #define | HAL_FLASH_ERROR_PGS 0x00000002U | 
| #define | HAL_FLASH_ERROR_PGP 0x00000004U | 
| #define | HAL_FLASH_ERROR_PGA 0x00000008U | 
| #define | HAL_FLASH_ERROR_WRP 0x00000010U | 
| #define | HAL_FLASH_ERROR_OPERATION 0x00000020U | 
FLASH Error Code.
| #define HAL_FLASH_ERROR_NONE 0x00000000U | 
No error
Definition at line 90 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_WaitForLastOperation().
| #define HAL_FLASH_ERROR_OPERATION 0x00000020U | 
Operation Error
Definition at line 96 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode().
| #define HAL_FLASH_ERROR_PGA 0x00000008U | 
Programming Alignment error
Definition at line 94 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode().
| #define HAL_FLASH_ERROR_PGP 0x00000004U | 
Programming Parallelism error
Definition at line 93 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode().
| #define HAL_FLASH_ERROR_PGS 0x00000002U | 
Programming Sequence error
Definition at line 92 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode().
| #define HAL_FLASH_ERROR_RD 0x00000001U | 
Read Protection error
Definition at line 91 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode().
| #define HAL_FLASH_ERROR_WRP 0x00000010U | 
Write protection error
Definition at line 95 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode().
 1.7.6.1
 1.7.6.1