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

Function ft2004_card_remove_check

bsp/ft2004/drivers/drv_sdctrl.c:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642rt_err_t ft2004_card_remove_check(rt_int32_t timeout, rt_uint32_t *status)
643{
644 return rt_event_recv(&sdctrl_class.event, SDCTR_CARD_REMOVE_FLG, RT_EVENT_FLAG_CLEAR | RT_EVENT_FLAG_OR,
645 timeout, status);
646}
647
648void ft2004_sdctrl_reset(void)
649{

Callers 1

sd_mountFunction · 0.85

Calls 1

rt_event_recvFunction · 0.85

Tested by

no test coverage detected