| 640 | } |
| 641 | |
| 642 | rt_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 | |
| 648 | void ft2004_sdctrl_reset(void) |
| 649 | { |
no test coverage detected