Function esp_idf_sys::sdio_slave_wait_int

source ยท
pub unsafe extern "C" fn sdio_slave_wait_int(
    pos: c_int,
    wait: TickType_t,
) -> esp_err_t
Expand description

Wait for general purpose interrupt from host.

@param pos Interrupt source number to wait for. is set. @param wait Time to wait before interrupt triggered.

@note this clears the interrupt at the same time.

@return ESP_OK if success, ESP_ERR_TIMEOUT if timeout.