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

Function reset_simple_deassert

components/drivers/reset/reset-simple.c:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static rt_err_t reset_simple_deassert(struct rt_reset_control *rstc)
58{
59 struct reset_simple *rsts = raw_to_reset_simple(rstc);
60
61 return reset_simple_update(rsts, rstc->id, RT_FALSE);
62}
63
64static rt_err_t reset_simple_reset(struct rt_reset_control *rstc)
65{

Callers 1

reset_simple_resetFunction · 0.85

Calls 1

reset_simple_updateFunction · 0.85

Tested by

no test coverage detected