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

Function demo_dump_sdc

bsp/ft2004/drivers/drv_sdctrl.c:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Ft_DumpHexWordFunction · 0.85

Tested by

no test coverage detected