Function esp_idf_sys::esp_lcd_del_i80_bus

source ยท
pub unsafe extern "C" fn esp_lcd_del_i80_bus(
    bus: esp_lcd_i80_bus_handle_t,
) -> esp_err_t
Expand description

@brief Destroy Intel 8080 bus handle

@param[in] bus Intel 8080 bus handle, created by esp_lcd_new_i80_bus() @return - ESP_ERR_INVALID_ARG if parameter is invalid - ESP_ERR_INVALID_STATE if there still be some device attached to the bus - ESP_OK on success