Home
last modified time | relevance | path

Searched refs:make_hw_cmd (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dsdspi_transaction.c29 void make_hw_cmd(uint32_t opcode, uint32_t arg, int timeout_ms, sdspi_hw_cmd_t *hw_cmd) in make_hw_cmd() function
102 make_hw_cmd(cmdinfo->opcode, cmdinfo->arg, cmdinfo->timeout_ms, &hw_cmd); in sdspi_host_do_transaction()
Dsdmmc_transaction.c68 static sdmmc_hw_cmd_t make_hw_cmd(sdmmc_command_t* cmd);
118 sdmmc_hw_cmd_t hw_cmd = make_hw_cmd(cmdinfo); in sdmmc_host_do_transaction()
283 static sdmmc_hw_cmd_t make_hw_cmd(sdmmc_command_t* cmd) in make_hw_cmd() function
Dsdspi_private.h98 void make_hw_cmd(uint32_t opcode, uint32_t arg, int timeout_ms, sdspi_hw_cmd_t *hw_cmd);
Dsdspi_host.c776 make_hw_cmd(MMC_STOP_TRANSMISSION, 0, cmd->timeout_ms, &stop_cmd); in start_command_read_blocks()