| 48 | } |
| 49 | |
| 50 | static 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 | |
| 57 | static rt_err_t reset_simple_deassert(struct rt_reset_control *rstc) |
| 58 | { |
no test coverage detected