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

Function rt_reset_control_get_array

components/drivers/reset/reset.c:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232struct rt_reset_control *rt_reset_control_get_array(struct rt_device *dev)
233{
234 return rt_ofw_get_reset_control_array(dev->ofw_node);
235}
236
237struct rt_reset_control *rt_reset_control_get_by_index(struct rt_device *dev, int index)
238{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected