| 55 | } |
| 56 | |
| 57 | static 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 | |
| 64 | static rt_err_t reset_simple_reset(struct rt_reset_control *rstc) |
| 65 | { |
no test coverage detected