pub trait IOMem {
const OFFSET: usize;
}
Expand description
Abstraction for memory mapped IO registers
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait IOMem {
const OFFSET: usize;
}
Abstraction for memory mapped IO registers