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

Function dtb_node_get_property

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

Source from the content-addressed store, hash-verified

311}
312
313const void *dtb_node_get_property(const struct dtb_node *node, const char *propname, int *lenp)
314{
315 return dtb_node_get_dtb_node_property_value(node, propname, lenp);
316}
317
318rt_bool_t dtb_node_is_available(const struct dtb_node *node)
319{

Callers 2

dtb_node_read_boolFunction · 0.85
dtb_node_irq_find_parentFunction · 0.85

Tested by

no test coverage detected