Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dsdmmc_transaction.c76 static bool wait_for_busy_cleared(int timeout_ms);
163 if (!wait_for_busy_cleared(cmdinfo->timeout_ms)) { in sdmmc_host_do_transaction()
463 static bool wait_for_busy_cleared(int timeout_ms) in wait_for_busy_cleared() function