Pointer to the transaction descriptor (``spi_slave_hd_data_t``) passed to the driver before. Hardware has finished this transaction. Member ``trans_len`` indicates the actual number of bytes of received data, it's meaningless for TX.
timeout
Timeout before the result is got
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 append mode.
Notes
This API should be called the same times as the ``spi_slave_hd_append_trans``
Examples
spi_slave_hd_get_append_trans_res() is referenced by 1 libraries and example projects: