Collaboration diagram for EXFLASH Error Code:Macros | |
| #define | HAL_EXFLASH_ERROR_NONE ((uint32_t)0x00000000) |
| No error More... | |
| #define | HAL_EXFLASH_ERROR_TIMEOUT ((uint32_t)0x00000001) |
| Timeout error More... | |
| #define | HAL_EXFLASH_ERROR_TRANSFER ((uint32_t)0x00000002) |
| Transfer error More... | |
| #define | HAL_EXFLASH_ERROR_ID ((uint32_t)0x00000003) |
| Flash ID error More... | |
| #define | HAL_EXFLASH_ERROR_QUAD ((uint32_t)0x00000004) |
| Quad mode error More... | |
| #define | HAL_EXFLASH_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
| Invalid parameters error. More... | |
| #define HAL_EXFLASH_ERROR_ID ((uint32_t)0x00000003) |
Flash ID error
Definition at line 178 of file gr55xx_hal_exflash.h.
| #define HAL_EXFLASH_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
Invalid parameters error.
Definition at line 180 of file gr55xx_hal_exflash.h.
| #define HAL_EXFLASH_ERROR_NONE ((uint32_t)0x00000000) |
No error
Definition at line 175 of file gr55xx_hal_exflash.h.
| #define HAL_EXFLASH_ERROR_QUAD ((uint32_t)0x00000004) |
Quad mode error
Definition at line 179 of file gr55xx_hal_exflash.h.
| #define HAL_EXFLASH_ERROR_TIMEOUT ((uint32_t)0x00000001) |
Timeout error
Definition at line 176 of file gr55xx_hal_exflash.h.
| #define HAL_EXFLASH_ERROR_TRANSFER ((uint32_t)0x00000002) |
Transfer error
Definition at line 177 of file gr55xx_hal_exflash.h.