ESP-IDF + 0/1 examples
SourceVu will show references to spi_slave_hd_get_trans_res() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: on success - ESP_ERR_INVALID_ARG: Function is not valid - ESP_ERR_TIMEOUT: There's no transaction done before timeout - ESP_ERR_INVALID_STATE: Function called in invalid state. This API should be called under segment mode.

Notes

This API should be called successfully the same times as the ``spi_slave_hd_queue_trans``.

References

from examples