Trait drone_core::reg::RawBits
[−]
[src]
pub trait RawBits<R, T> {
fn write(&mut self, offset: u32, set: bool) -> &mut Self;
fn read(&self, offset: u32) -> bool;
}Types, that can write to distinct bits.