pub unsafe extern "C" fn sdspi_host_io_int_wait(
    handle: i32,
    timeout_ticks: u32
) -> i32
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