Searched refs:cmd_index (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.5.0/components/driver/ |
D | sdspi_host.c | 431 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()
|
D | sdspi_private.h | 56 uint8_t cmd_index : 6; member
|
D | sdmmc_transaction.c | 287 res.cmd_index = cmd->opcode; in make_hw_cmd() 317 res.cmd_index, res.response_expect, res.check_response_crc, in make_hw_cmd()
|
D | sdspi_transaction.c | 33 hw_cmd->cmd_index = opcode; in make_hw_cmd()
|
/hal_espressif-3.5.0/components/wifi_provisioning/src/ |
D | wifi_scan.c | 243 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()
|
D | wifi_config.c | 289 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/ |
D | esp_local_ctrl_handler.c | 240 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/ |
D | sdmmc_struct.h | 55 uint32_t cmd_index: 6; ///< Command index member
|
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/ |
D | sdmmc_struct.h | 53 uint32_t cmd_index: 6; ///< Command index member
|