Function esp_idf_sys::sdmmc_host_set_bus_ddr_mode
source ยท pub unsafe extern "C" fn sdmmc_host_set_bus_ddr_mode(
slot: c_int,
ddr_enabled: bool,
) -> esp_err_t
Expand description
@brief Enable or disable DDR mode of SD interface @param slot slot number (SDMMC_HOST_SLOT_0 or SDMMC_HOST_SLOT_1) @param ddr_enabled enable or disable DDR mode @return - ESP_OK on success - ESP_ERR_NOT_SUPPORTED if DDR mode is not supported on this slot