sdio_slave_recv_load_buf() function
Load buffer to the queue waiting to receive data. The driver takes ownership of the buffer until the buffer is returned by ``sdio_slave_send_get_finished`` after the transaction is finished.
Arguments
handle
Handle to the buffer ready to receive data.
Return value
- ESP_ERR_INVALID_ARG if invalid handle or the buffer is already in the queue. Only after the buffer is returened by ``sdio_slave_recv`` can you load it again. - ESP_OK if success
sdio_slave_recv_load_buf() calls 4 functions:
![]()
sdio_slave_recv_load_buf()
sdio_slave_recv_load_buf() reads 4 variables and writes 1 variable:
![]()
sdio_slave_recv_load_buf()