MCPcopy Create free account
hub / github.com/FrameworkComputer/framework-system / write

Method write

framework_lib/src/chromium_ec/portio_hwio.rs:218–222  ·  view source on GitHub ↗
(&mut self, value: u8)

Source from the content-addressed store, hash-verified

216 ))]
217 #[inline(always)]
218 fn write(&mut self, value: u8) {
219 unsafe {
220 asm!("out dx, al", in("al") value, in("dx") self.port, options(nostack));
221 }
222 }
223
224 #[cfg(any(
225 target_os = "freebsd",

Callers 12

write_cyacd_rowFunction · 0.80
write_cyacdFunction · 0.80
write_binFunction · 0.80
write_flashimageFunction · 0.80
send_messageMethod · 0.80
send_commandFunction · 0.80
write_rowFunction · 0.80
transfer_writeFunction · 0.80
send_commandFunction · 0.80
transfer_writeFunction · 0.80
transfer_readFunction · 0.80
get_esrtFunction · 0.80

Calls 1

port_writeFunction · 0.85

Tested by

no test coverage detected