Searched refs:cmd_index (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/driver/spi/sdspi/ |
D | sdspi_host.c | 456 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()
|
D | sdspi_private.h | 56 uint8_t cmd_index : 6; member
|
D | sdspi_transaction.c | 33 hw_cmd->cmd_index = opcode; in make_hw_cmd()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | sdmmc_struct.h | 47 uint32_t cmd_index: 6; ///< Command index member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 49 uint32_t cmd_index: 6; ///< Command index member
|