Searched refs:command_timeout_ms (Results 1 – 4 of 4) sorted by relevance
50 .command_timeout_ms = 0, \
47 .command_timeout_ms = 0, \
160 …int command_timeout_ms; /*!< timeout, in milliseconds, of a single command. Set to 0 to use th… member
14 if (card->host.command_timeout_ms != 0) { in sdmmc_send_cmd()15 cmd->timeout_ms = card->host.command_timeout_ms; in sdmmc_send_cmd()