Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
static void _dtb_node_printf_depth(int depth)
331
{
332
int i = depth;
333
while (i --> 0)
334
{
335
rt_kputs(
"\t"
);
336
}
337
}
338
339
rt_bool_t _dtb_node_test_string_list(const void *value, int size)
340
{
Callers
1
_dtb_node_printf_dtb_node_info
Function · 0.85
Calls
1
rt_kputs
Function · 0.85
Tested by
no test coverage detected