Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci.h190 #define RT_SDHCI_CTRL_VDD_180 0x0008 macro
/components/drivers/sdio/sdhci/
A Dsdhci.c841 ctrl &= ~RT_SDHCI_CTRL_VDD_180; in rt_sdhci_start_signal_voltage_switch()
855 if (!(ctrl & RT_SDHCI_CTRL_VDD_180)) in rt_sdhci_start_signal_voltage_switch()
872 ctrl |= RT_SDHCI_CTRL_VDD_180; in rt_sdhci_start_signal_voltage_switch()
879 if (ctrl & RT_SDHCI_CTRL_VDD_180) in rt_sdhci_start_signal_voltage_switch()

Completed in 11 milliseconds