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

Function dtb_node_active

components/legacy/fdt/src/dtb_head.c:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20rt_bool_t dtb_node_active(void)
21{
22 return dtb_node_list != NULL;
23}
24
25int device_tree_setup(void *mem_addr)
26{

Callers 6

dtb_node_get_by_phandleFunction · 0.85
dtb_node_pathFunction · 0.85
dtb_node_write_propFunction · 0.85
dtb_node_write_stringFunction · 0.85
dtb_node_set_enabledFunction · 0.85
dtb_node_validFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected