MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / mmcsd_change

Function mmcsd_change

components/drivers/sdio/dev_mmcsd_core.c:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618RTM_EXPORT(mmcsd_wait_cd_changed);
619
620void mmcsd_change(struct rt_mmcsd_host *host)
621{
622 rt_mb_send(&mmcsd_detect_mb, (rt_ubase_t)host);
623}
624
625void mmcsd_detect(void *param)
626{

Callers 15

rt_mmc_add_hostFunction · 0.85
at91_mci_initFunction · 0.85
at91_mci_initFunction · 0.85
ft2004_mmcsd_changeFunction · 0.85
tina_sdio_initFunction · 0.85
sdio_host_createFunction · 0.85
at32_mmcsd_changeFunction · 0.85
sdio_host_createFunction · 0.85
ab32_mmcsd_changeFunction · 0.85
kd_sdhci_changeFunction · 0.85
sdio_host_createFunction · 0.85
ht32_mmcsd_changeFunction · 0.85

Calls 1

rt_mb_sendFunction · 0.85

Tested by

no test coverage detected