pub unsafe extern "C" fn sdspi_host_io_int_wait(
    handle: sdspi_dev_handle_t,
    timeout_ticks: TickType_t
) -> esp_err_t
Expand description

@brief Wait for SDIO interrupt until timeout.

@param handle Handle of the sdspi device @param timeout_ticks Ticks to wait before timeout.

@return - ESP_OK on success