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

Function dts_put_depth

components/drivers/ofw/ofw.c:462–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460
461#ifdef RT_USING_CONSOLE
462static void dts_put_depth(int depth)
463{
464 while (depth --> 0)
465 {
466 rt_kputs(" ");
467 }
468}
469
470static rt_bool_t dts_test_string_list(const void *value, int size)
471{

Callers 1

ofw_node_dump_dtsFunction · 0.85

Calls 1

rt_kputsFunction · 0.85

Tested by

no test coverage detected