Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dhal_sdhost.c1759 if (!host->present || host->wait_voltage_stable || !host->cd_delay) { in __mci_voltage_stable_det()
1760 host->wait_voltage_stable = 0; in __mci_voltage_stable_det()
1765 host->wait_voltage_stable = 1; in __mci_voltage_stable_det()
1784 if (host->present ^ present || host->wait_voltage_stable) { in __mci_cd_timer()
1810 if (!SDC_TimerIsActive(&host->cd_timer) || host->wait_voltage_stable) { in __mci_cd_irq()
1811 host->wait_voltage_stable = 0; in __mci_cd_irq()
2334 host->wait_voltage_stable = 1; in hal_sdc_init()
A D_sdhost.h314 uint8_t wait_voltage_stable; /* card voltage stable*/ member

Completed in 16 milliseconds