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

Function dtb_node_next_subnode

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

Source from the content-addressed store, hash-verified

171}
172
173struct dtb_node *dtb_node_next_subnode(const struct dtb_node *node)
174{
175 RT_ASSERT(dtb_node_valid(node));
176
177 return node->sibling;
178}
179
180const char *dtb_node_get_name(const struct dtb_node *node)
181{

Callers

nothing calls this directly

Calls 1

dtb_node_validFunction · 0.85

Tested by

no test coverage detected