MCPcopy Index your code
hub / github.com/endbasic/endbasic / reset_state

Method reset_state

std/src/gpio/mod.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133
134impl Clearable for PinsClearable {
135 fn reset_state(&self) {
136 let _ = self.pins.borrow_mut().clear_all();
137 }
138}
139
140/// The `GPIO_SETUP` command.

Callers

nothing calls this directly

Calls 1

clear_allMethod · 0.45

Tested by

no test coverage detected