pub struct W(_);Expand description
Register INSTRFRAME writer
Implementations
sourceimpl W
 
impl W
sourcepub fn width(&mut self) -> WIDTH_W<'_>
 
pub fn width(&mut self) -> WIDTH_W<'_>
Bits 0:2 - Instruction Code, Address, Option Code and Data Width
sourcepub fn optcodeen(&mut self) -> OPTCODEEN_W<'_>
 
pub fn optcodeen(&mut self) -> OPTCODEEN_W<'_>
Bit 6 - Option Enable
sourcepub fn optcodelen(&mut self) -> OPTCODELEN_W<'_>
 
pub fn optcodelen(&mut self) -> OPTCODELEN_W<'_>
Bits 8:9 - Option Code Length
sourcepub fn dummylen(&mut self) -> DUMMYLEN_W<'_>
 
pub fn dummylen(&mut self) -> DUMMYLEN_W<'_>
Bits 16:20 - Dummy Cycles Length
Methods from Deref<Target = W<INSTRFRAME_SPEC>>
Trait Implementations
sourceimpl From<W<INSTRFRAME_SPEC>> for W
 
impl From<W<INSTRFRAME_SPEC>> for W
sourcefn from(writer: W<INSTRFRAME_SPEC>) -> Self
 
fn from(writer: W<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