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

Function reset_simple_assert

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

Source from the content-addressed store, hash-verified

48}
49
50static rt_err_t reset_simple_assert(struct rt_reset_control *rstc)
51{
52 struct reset_simple *rsts = raw_to_reset_simple(rstc);
53
54 return reset_simple_update(rsts, rstc->id, RT_TRUE);
55}
56
57static rt_err_t reset_simple_deassert(struct rt_reset_control *rstc)
58{

Callers 1

reset_simple_resetFunction · 0.85

Calls 1

reset_simple_updateFunction · 0.85

Tested by

no test coverage detected