pub struct R(_);
Expand description
Register INSTRFRAME
reader
Implementations
sourceimpl R
impl R
sourcepub fn width(&self) -> WIDTH_R
pub fn width(&self) -> WIDTH_R
Bits 0:2 - Instruction Code, Address, Option Code and Data Width
sourcepub fn optcodeen(&self) -> OPTCODEEN_R
pub fn optcodeen(&self) -> OPTCODEEN_R
Bit 6 - Option Enable
sourcepub fn optcodelen(&self) -> OPTCODELEN_R
pub fn optcodelen(&self) -> OPTCODELEN_R
Bits 8:9 - Option Code Length
sourcepub fn dummylen(&self) -> DUMMYLEN_R
pub fn dummylen(&self) -> DUMMYLEN_R
Bits 16:20 - Dummy Cycles Length
Methods from Deref<Target = R<INSTRFRAME_SPEC>>
Trait Implementations
sourceimpl From<R<INSTRFRAME_SPEC>> for R
impl From<R<INSTRFRAME_SPEC>> for R
sourcefn from(reader: R<INSTRFRAME_SPEC>) -> Self
fn from(reader: R<INSTRFRAME_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more