spi_slave_queue_trans() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_ERR_NO_MEM if set flag `SPI_SLAVE_TRANS_DMA_BUFFER_ALIGN_AUTO` but there is no free memory - ESP_ERR_INVALID_STATE if sync data between Cache and memory failed - ESP_OK on success

Notes

On esp32, if trans length not WORD aligned, the rx buffer last word memory will still overwritten by DMA HW

References

from examples