Searched refs:make_hw_cmd (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/driver/ |
D | sdspi_transaction.c | 29 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()
|
D | sdmmc_transaction.c | 68 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
|
D | sdspi_private.h | 98 void make_hw_cmd(uint32_t opcode, uint32_t arg, int timeout_ms, sdspi_hw_cmd_t *hw_cmd);
|
D | sdspi_host.c | 776 make_hw_cmd(MMC_STOP_TRANSMISSION, 0, cmd->timeout_ms, &stop_cmd); in start_command_read_blocks()
|