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

Function rt_ofw_get_reset_control_array

components/drivers/reset/reset.c:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409struct rt_reset_control *rt_ofw_get_reset_control_array(struct rt_ofw_node *np)
410{
411 return ofw_get_reset_control(np, 0, RT_NULL, RT_TRUE);
412}
413
414struct rt_reset_control *rt_ofw_get_reset_control_by_index(struct rt_ofw_node *np, int index)
415{

Callers 1

Calls 1

ofw_get_reset_controlFunction · 0.85

Tested by

no test coverage detected