Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c36 #define SDMMC_HOST_WAIT_EVENT_TIMEOUT_US 1000 * 1000 macro
208 if (t1 - t0 > SDMMC_HOST_WAIT_EVENT_TIMEOUT_US) { in handle_idle_state_events()