Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c456 int cmd_index = cmd->cmd_index; in sdspi_host_start_command() local
461 __func__, handle, cmd_index, cmd_arg, flags, data, data_size, cmd->crc7); in sdspi_host_start_command()
468 if (cmd_index == MMC_GO_IDLE_STATE) { in sdspi_host_start_command()
493 ESP_LOGD(TAG, "%s: cmd=%d error=0x%x", __func__, cmd_index, ret); in sdspi_host_start_command()
496 if (cmd_index == SD_CRC_ON_OFF) { in sdspi_host_start_command()
531 if (cmd->cmd_index == MMC_STOP_TRANSMISSION) { in start_command_default()
Dsdspi_private.h56 uint8_t cmd_index : 6; member
Dsdspi_transaction.c33 hw_cmd->cmd_index = opcode; in make_hw_cmd()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsdmmc_struct.h47 uint32_t cmd_index: 6; ///< Command index member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsdmmc_struct.h49 uint32_t cmd_index: 6; ///< Command index member