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

Function rt_ofw_node_name

components/drivers/include/drivers/ofw.h:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146rt_bool_t rt_ofw_node_tag_prefix(const struct rt_ofw_node *np, const char *prefix);
147
148rt_inline const char *rt_ofw_node_name(const struct rt_ofw_node *np)
149{
150 return np ? np->name : "<no-node>";
151}
152
153rt_inline const char *rt_ofw_node_full_name(const struct rt_ofw_node *np)
154{

Callers 3

spi_bus_scan_devicesFunction · 0.85
i2c_bus_scan_clientsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected