spi_slave_queue_trans_isr() 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 trans_queue is full - ESP_OK on success

Notes

Similar as ``spi_slave_queue_trans``, but can and can only called within an ISR, then get the transaction results through the transaction descriptor passed in ``spi_slave_interface_config_t::post_trans_cb``. if use this API, you should trigger a transaction by normal ``spi_slave_queue_trans`` once and only once to start isr

References

from examples