Home
last modified time | relevance | path

Searched refs:cmd_index (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.5.0/components/driver/
Dsdspi_host.c431 int cmd_index = cmd->cmd_index; in sdspi_host_start_command() local
436 __func__, handle, cmd_index, cmd_arg, flags, data, data_size, cmd->crc7); in sdspi_host_start_command()
441 if (cmd_index == MMC_GO_IDLE_STATE) { in sdspi_host_start_command()
467 ESP_LOGD(TAG, "%s: cmd=%d error=0x%x", __func__, cmd_index, ret); in sdspi_host_start_command()
470 if (cmd_index == SD_CRC_ON_OFF) { in sdspi_host_start_command()
504 if (cmd->cmd_index == MMC_STOP_TRANSMISSION) { in start_command_default()
Dsdspi_private.h56 uint8_t cmd_index : 6; member
Dsdmmc_transaction.c287 res.cmd_index = cmd->opcode; in make_hw_cmd()
317 res.cmd_index, res.response_expect, res.check_response_crc, in make_hw_cmd()
Dsdspi_transaction.c33 hw_cmd->cmd_index = opcode; in make_hw_cmd()
/hal_espressif-3.5.0/components/wifi_provisioning/src/
Dwifi_scan.c243 int cmd_index = lookup_cmd_handler(req->msg); in wifi_prov_scan_cmd_dispatcher() local
244 if (cmd_index < 0) { in wifi_prov_scan_cmd_dispatcher()
249 ret = cmd_table[cmd_index].command_handler(req, resp, priv_data); in wifi_prov_scan_cmd_dispatcher()
Dwifi_config.c289 int cmd_index = lookup_cmd_handler(req->msg); in wifi_prov_config_command_dispatcher() local
290 if (cmd_index < 0) { in wifi_prov_config_command_dispatcher()
295 ret = cmd_table[cmd_index].command_handler(req, resp, priv_data); in wifi_prov_config_command_dispatcher()
/hal_espressif-3.5.0/components/esp_local_ctrl/src/
Desp_local_ctrl_handler.c240 int cmd_index = lookup_cmd_handler(req->msg); in esp_local_ctrl_command_dispatcher() local
241 if (cmd_index < 0) { in esp_local_ctrl_command_dispatcher()
246 esp_err_t ret = cmd_table[cmd_index].command_handler(req, resp, ctx); in esp_local_ctrl_command_dispatcher()
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Dsdmmc_struct.h55 uint32_t cmd_index: 6; ///< Command index member
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/
Dsdmmc_struct.h53 uint32_t cmd_index: 6; ///< Command index member