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

Function dtb_node_path

components/legacy/fdt/src/dtb_base.c:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286struct dtb_node *dtb_node_path(const char *path)
287{
288 if (dtb_node_active())
289 return dtb_node_find_node_by_path(path);
290 return NULL;
291}
292
293const char *dtb_node_get_chosen_prop(const char *name)
294{

Callers 2

dtb_node_get_chosen_propFunction · 0.85
dtb_node_get_chosen_nodeFunction · 0.85

Calls 2

dtb_node_activeFunction · 0.85

Tested by

no test coverage detected