Collaboration diagram for QSPI Error Code:Macros | |
| #define | HAL_QSPI_ERROR_NONE ((uint32_t)0x00000000) |
| No error More... | |
| #define | HAL_QSPI_ERROR_TIMEOUT ((uint32_t)0x00000001) |
| Timeout error More... | |
| #define | HAL_QSPI_ERROR_TRANSFER ((uint32_t)0x00000002) |
| Transfer error More... | |
| #define | HAL_QSPI_ERROR_DMA ((uint32_t)0x00000004) |
| DMA transfer error More... | |
| #define | HAL_QSPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
| Invalid parameter error. More... | |
| #define HAL_QSPI_ERROR_DMA ((uint32_t)0x00000004) |
DMA transfer error
Definition at line 243 of file gr55xx_hal_qspi.h.
| #define HAL_QSPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
Invalid parameter error.
Definition at line 244 of file gr55xx_hal_qspi.h.
| #define HAL_QSPI_ERROR_NONE ((uint32_t)0x00000000) |
No error
Definition at line 240 of file gr55xx_hal_qspi.h.
| #define HAL_QSPI_ERROR_TIMEOUT ((uint32_t)0x00000001) |
Timeout error
Definition at line 241 of file gr55xx_hal_qspi.h.
| #define HAL_QSPI_ERROR_TRANSFER ((uint32_t)0x00000002) |
Transfer error
Definition at line 242 of file gr55xx_hal_qspi.h.