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

Function rthw_sdctrl_detect

bsp/ft2004/drivers/drv_sdctrl.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328rt_int32_t rthw_sdctrl_detect(struct rt_mmcsd_host *host)
329{
330 ft_sdctrl_class_t *class_p = host->private_data;
331
332 return FSdCtrl_CardDetect(&class_p->ft_sdctrl);
333}
334
335static const struct rt_mmcsd_host_ops ops =
336 {

Callers

nothing calls this directly

Calls 1

FSdCtrl_CardDetectFunction · 0.85

Tested by

no test coverage detected