Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
618
RTM_EXPORT(mmcsd_wait_cd_changed);
619
620
void mmcsd_change(struct rt_mmcsd_host *host)
621
{
622
rt_mb_send(&mmcsd_detect_mb, (rt_ubase_t)host);
623
}
624
625
void mmcsd_detect(void *param)
626
{
Callers
15
rt_mmc_add_host
Function · 0.85
at91_mci_init
Function · 0.85
at91_mci_init
Function · 0.85
ft2004_mmcsd_change
Function · 0.85
tina_sdio_init
Function · 0.85
sdio_host_create
Function · 0.85
at32_mmcsd_change
Function · 0.85
sdio_host_create
Function · 0.85
ab32_mmcsd_change
Function · 0.85
kd_sdhci_change
Function · 0.85
sdio_host_create
Function · 0.85
ht32_mmcsd_change
Function · 0.85
Calls
1
rt_mb_send
Function · 0.85
Tested by
no test coverage detected