Function esp_idf_sys::sdio_slave_initialize

source ยท
pub unsafe extern "C" fn sdio_slave_initialize(
    config: *mut sdio_slave_config_t,
) -> esp_err_t
Expand description

Initialize the sdio slave driver

@param config Configuration of the sdio slave driver.

@return - ESP_ERR_NOT_FOUND if no free interrupt found. - ESP_ERR_INVALID_STATE if already initialized. - ESP_ERR_NO_MEM if fail due to memory allocation failed. - ESP_OK if success