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

Function rt_ofw_prop_read_s32

components/drivers/include/drivers/ofw.h:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
307{
308 return rt_ofw_prop_read_u32_index(np, propname, 0, (rt_uint32_t *)out_value);
309}
310
311rt_inline rt_err_t rt_ofw_prop_read_u64(const struct rt_ofw_node *np, const char *propname,
312 rt_uint64_t *out_value)

Callers 1

rt_pci_ofw_parse_rangesFunction · 0.85

Calls 1

Tested by

no test coverage detected