Function esp_idf_sys::sdio_slave_send_get_finished

source ·
pub unsafe extern "C" fn sdio_slave_send_get_finished(
    out_arg: *mut *mut c_void,
    wait: TickType_t,
) -> esp_err_t
Expand description

Return the ownership of a finished transaction. @param out_arg Argument of the finished transaction. Set to NULL if unused. @param wait Time to wait if there’s no finished sending transaction.

@return ESP_ERR_TIMEOUT if no transaction finished, or ESP_OK if succeed.