Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331f02e commit 0300a45Copy full SHA for 0300a45
kernel/src/hil/bus8080.rs
@@ -33,6 +33,7 @@ impl BusWidth {
33
pub trait Bus8080<'a> {
34
/// Set the address to write to
35
fn set_addr(&self, addr: BusAddr8080) -> Result<(), ErrorCode>;
36
+
37
/// Write data items to the previously set address
38
fn write(
39
&self,
0 commit comments