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

Function dtb_node_get_by_phandle

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

Source from the content-addressed store, hash-verified

190}
191
192struct dtb_node *dtb_node_get_by_phandle(uint32_t phandle)
193{
194 if (dtb_node_active())
195 return dtb_node_find_node_by_phandle(phandle);
196 return NULL;
197}
198
199int dtb_node_read_size(const struct dtb_node *node, const char *propname)
200{

Callers 1

dtb_node_irq_find_parentFunction · 0.85

Calls 2

dtb_node_activeFunction · 0.85

Tested by

no test coverage detected