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

Return value

- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_OK on success

Notes

This API is used to reset SPI Slave transaction queue. After calling this function: - The SPI Slave transaction queue will be reset. This API shouldn't be called when the corresponding SPI Master is doing an SPI transaction. If this gets called when its corresponding SPI Master is doing an SPI transaction, the SPI Slave behaviour is undefined

References

from examples