sdmmc: add peripheral driver and protocol layer 5 years ago 37 return err; 38 } 39 int state = MMC_R1_CURRENT_STATE(cmd->response); 40 ESP_LOGV(TAG, "cmd response %08x %08x %08x %08x err=0x%x state=%d", 41 cmd->response[0], 42 cmd->response[1], 43 cmd->response[2...
cmd->response[2], cmd->response[3], cmd->error, state); return cmd->error; }esp_err_t sdmmc_send_app_cmd(sdmmc_card_t* card, sdmmc_command_t* cmd) { sdmmc_command_t app_cmd = { .opcode = MMC_APP_CMD, .flags = SCF_CMD_AC | SCF_RSP_R1, .arg = MMC_ARG_RCA(card-...
Espressif IoT Development Framework. Official development framework for Espressif SoCs. - esp-idf/components/sdmmc/sdmmc_cmd.c at 67552c31dac8cd94fb0d63192a538f4f984c5b6e · espressif/esp-idf