Macros | |
#define | HAL_SPI_ERROR_NONE ((uint32_t)0x00000000) |
No error More... | |
#define | HAL_SPI_ERROR_TIMEOUT ((uint32_t)0x00000001) |
Timeout error More... | |
#define | HAL_SPI_ERROR_TRANSFER ((uint32_t)0x00000002) |
Transfer error More... | |
#define | HAL_SPI_ERROR_DMA ((uint32_t)0x00000004) |
DMA transfer error. More... | |
#define | HAL_SPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
Invalid parameters error. More... | |
#define HAL_SPI_ERROR_DMA ((uint32_t)0x00000004) |
DMA transfer error.
Definition at line 232 of file gr55xx_hal_spi.h.
#define HAL_SPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
Invalid parameters error.
Definition at line 233 of file gr55xx_hal_spi.h.
#define HAL_SPI_ERROR_NONE ((uint32_t)0x00000000) |
No error
Definition at line 229 of file gr55xx_hal_spi.h.
#define HAL_SPI_ERROR_TIMEOUT ((uint32_t)0x00000001) |
Timeout error
Definition at line 230 of file gr55xx_hal_spi.h.
#define HAL_SPI_ERROR_TRANSFER ((uint32_t)0x00000002) |
Transfer error
Definition at line 231 of file gr55xx_hal_spi.h.