Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ft2004_mmcsd_change
Function
ft2004_mmcsd_change
bsp/ft2004/drivers/drv_sdctrl.c:632–635 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
INIT_DEVICE_EXPORT(rthw_sdctrl_init);
631
632
void ft2004_mmcsd_change(void)
633
{
634
mmcsd_change(sdctrl_class.host);
635
}
636
637
rt_bool_t ft2004_card_status(void)
638
{
Callers
2
_sdcard_mount
Function · 0.85
_sdcard_unmount
Function · 0.85
Calls
1
mmcsd_change
Function · 0.85
Tested by
no test coverage detected