Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc_regs.h300 #define SRS11_INT_CLOCK_STABLE 0x00000002u macro
Dmss_mmc.c3437 while (MMC_CLEAR == (MMC->SRS11 & SRS11_INT_CLOCK_STABLE)); in sdcard_oper_config()
3785 while (MMC_CLEAR == (MMC->SRS11 & SRS11_INT_CLOCK_STABLE)); in sdio_oper_config()
4626 while (MMC_CLEAR == (MMC->SRS11 & SRS11_INT_CLOCK_STABLE)); in sd_card_uhsi_supported()
5079 while ((MMC->SRS11 & SRS11_INT_CLOCK_STABLE) == 0u); in set_host_sdclk()