Trait bitfield_register::BitfieldRegister [] [src]

pub trait BitfieldRegister {
    type Data;

    const REGISTER_SIZE: usize;

    fn data(&self) -> &Self::Data;
}

Associated Types

Associated Constants

Required Methods

Implementors