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

Function rt_ofw_prop_read_u32

components/drivers/include/drivers/ofw.h:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299rt_inline rt_err_t rt_ofw_prop_read_u32(const struct rt_ofw_node *np, const char *propname,
300 rt_uint32_t *out_value)
301{
302 return rt_ofw_prop_read_u32_index(np, propname, 0, out_value);
303}
304
305rt_inline rt_err_t rt_ofw_prop_read_s32(const struct rt_ofw_node *np, const char *propname,
306 rt_int32_t *out_value)

Callers 15

ofw_parse_delayFunction · 0.85
spi_device_ofw_parseFunction · 0.85
ofw_device_renameFunction · 0.85
numa_ofw_initFunction · 0.85
ofw_bus_addr_cellsFunction · 0.85
ofw_bus_size_cellsFunction · 0.85
ofw_interrupt_cellsFunction · 0.85
rt_ofw_find_irq_parentFunction · 0.85
ofw_map_idFunction · 0.85
ofw_parse_phandle_cellsFunction · 0.85
fixed_clk_ofw_initFunction · 0.85

Calls 1

Tested by

no test coverage detected