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

Method write

rpi/src/spi.rs:94–96  ·  view source on GitHub ↗
(&mut self, buf: &[u8])

Source from the content-addressed store, hash-verified

92
93impl Write for RppalSpiBus {
94 fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
95 self.spi.write(buf).map_err(spi_error_to_io_error)
96 }
97
98 fn flush(&mut self) -> io::Result<()> {
99 Ok(())

Callers 3

refresh_statusMethod · 0.45
refresh_current_lineMethod · 0.45
edit_interactivelyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected