Macros | |
| #define | HAL_SPI_ERROR_NONE ((uint32_t)0x00000000) |
| #define | HAL_SPI_ERROR_TIMEOUT ((uint32_t)0x00000001) |
| #define | HAL_SPI_ERROR_TRANSFER ((uint32_t)0x00000002) |
| #define | HAL_SPI_ERROR_DMA ((uint32_t)0x00000004) |
| #define | HAL_SPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
| #define HAL_SPI_ERROR_DMA ((uint32_t)0x00000004) |
DMA transfer error
| #define HAL_SPI_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
Invalid parameters error
| #define HAL_SPI_ERROR_NONE ((uint32_t)0x00000000) |
No error
| #define HAL_SPI_ERROR_TIMEOUT ((uint32_t)0x00000001) |
Timeout error
| #define HAL_SPI_ERROR_TRANSFER ((uint32_t)0x00000002) |
Transfer error