![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | HAL_QSPI_ERROR_NONE ((uint32_t)0x00000000U) |
#define | HAL_QSPI_ERROR_TIMEOUT ((uint32_t)0x00000001U) |
#define | HAL_QSPI_ERROR_TRANSFER ((uint32_t)0x00000002U) |
#define | HAL_QSPI_ERROR_DMA ((uint32_t)0x00000004U) |
#define | HAL_QSPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008U) |
#define HAL_QSPI_ERROR_DMA ((uint32_t)0x00000004U) |
DMA transfer error
Definition at line 214 of file stm32f7xx_hal_qspi.h.
#define HAL_QSPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008U) |
Invalid parameters error
Definition at line 215 of file stm32f7xx_hal_qspi.h.
#define HAL_QSPI_ERROR_NONE ((uint32_t)0x00000000U) |
No error
Definition at line 211 of file stm32f7xx_hal_qspi.h.
#define HAL_QSPI_ERROR_TIMEOUT ((uint32_t)0x00000001U) |
Timeout error
Definition at line 212 of file stm32f7xx_hal_qspi.h.
#define HAL_QSPI_ERROR_TRANSFER ((uint32_t)0x00000002U) |
Transfer error
Definition at line 213 of file stm32f7xx_hal_qspi.h.