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

Function rt_ofw_prop_read_string

components/drivers/include/drivers/ofw.h:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317rt_inline rt_err_t rt_ofw_prop_read_string(const struct rt_ofw_node *np, const char *propname,
318 const char **out_string)
319{
320 return rt_ofw_prop_read_string_index(np, propname, 0, out_string);
321}
322
323rt_inline rt_bool_t rt_ofw_prop_read_bool(const struct rt_ofw_node *np, const char *propname)
324{

Callers 9

ofw_append_gpio_ledFunction · 0.85
rt_ofw_console_setupFunction · 0.85
rt_ofw_bootargs_selectFunction · 0.85
rt_ofw_get_interfaceFunction · 0.85
rt_ofw_get_phyidFunction · 0.85
fixed_clk_ofw_initFunction · 0.85
thermal_ofw_setupFunction · 0.85
rt_hw_secondary_cpu_upFunction · 0.85
psci_ofw_initFunction · 0.85

Calls 1

Tested by

no test coverage detected