Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ft2004_card_status
Function
ft2004_card_status
bsp/ft2004/drivers/drv_sdctrl.c:637–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
rt_bool_t ft2004_card_status(void)
638
{
639
return FSdCtrl_CardDetect(&sdctrl_class.ft_sdctrl);
640
}
641
642
rt_err_t ft2004_card_remove_check(rt_int32_t timeout, rt_uint32_t *status)
643
{
Callers
1
sd_mount
Function · 0.85
Calls
1
FSdCtrl_CardDetect
Function · 0.85
Tested by
no test coverage detected