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

Function _dtb_node_printf_depth

components/legacy/fdt/src/dtb_get.c:330–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330static void _dtb_node_printf_depth(int depth)
331{
332 int i = depth;
333 while (i --> 0)
334 {
335 rt_kputs("\t");
336 }
337}
338
339rt_bool_t _dtb_node_test_string_list(const void *value, int size)
340{

Callers 1

Calls 1

rt_kputsFunction · 0.85

Tested by

no test coverage detected