Function esp_idf_sys::sdio_slave_send_host_int

source ยท
pub unsafe extern "C" fn sdio_slave_send_host_int(
    pos: u8,
) -> esp_err_t
Expand description

Interrupt the host by general purpose interrupt.

@param pos Interrupt num, 0-7.

@return - ESP_ERR_INVALID_ARG if interrupt num error - ESP_OK otherwise