| 51 | static void rthw_sdctrl_send_command(ft_sdctrl_class_t *class_p, struct mmcsd_pkg *pkg); |
| 52 | |
| 53 | static void demo_dump_sdc(void) |
| 54 | { |
| 55 | Ft_DumpHexWord((const rt_uint32_t *)(0x28207C00), 256); |
| 56 | } |
| 57 | MSH_CMD_EXPORT_ALIAS(demo_dump_sdc, dump_sdc, output all dump_sdc); |
| 58 | |
| 59 | static void rthw_sdctrl_delay(u32 delayCnt) |
nothing calls this directly
no test coverage detected