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

Function rt_ofw_node_is_available

components/drivers/ofw/base.c:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418rt_bool_t rt_ofw_node_is_available(const struct rt_ofw_node *np)
419{
420 return np ? ofw_node_is_available(np) : RT_FALSE;
421}
422
423rt_bool_t rt_ofw_node_is_compatible(const struct rt_ofw_node *np, const char *compatible)
424{

Callers 1

rt_ofw_stub_probe_rangeFunction · 0.85

Calls 1

ofw_node_is_availableFunction · 0.85

Tested by

no test coverage detected