Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
rt_bool_t dtb_node_active(void)
21
{
22
return dtb_node_list != NULL;
23
}
24
25
int device_tree_setup(void *mem_addr)
26
{
Callers
6
dtb_node_get_by_phandle
Function · 0.85
dtb_node_path
Function · 0.85
dtb_node_write_prop
Function · 0.85
dtb_node_write_string
Function · 0.85
dtb_node_set_enabled
Function · 0.85
dtb_node_valid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected