Function esp_idf_sys::sdmmc_host_set_cclk_always_on

source ยท
pub unsafe extern "C" fn sdmmc_host_set_cclk_always_on(
    slot: c_int,
    cclk_always_on: bool,
) -> esp_err_t
Expand description

@brief Enable or disable always-on card clock When cclk_always_on is false, the host controller is allowed to shut down the card clock between the commands. When cclk_always_on is true, the clock is generated even if no command is in progress. @param slot slot number @param cclk_always_on enable or disable always-on clock @return - ESP_OK on success - ESP_ERR_INVALID_ARG if the slot number is invalid