pub struct W(/* private fields */);Expand description
Register FETCH_CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn cmd_value(&mut self) -> CMD_VALUE_W<'_>
pub fn cmd_value(&mut self) -> CMD_VALUE_W<'_>
Bits 0:7 - Command Value
Sourcepub fn cmd_width(&mut self) -> CMD_WIDTH_W<'_>
pub fn cmd_width(&mut self) -> CMD_WIDTH_W<'_>
Bits 8:9 - Command Width
Sourcepub fn addr_width(&mut self) -> ADDR_WIDTH_W<'_>
pub fn addr_width(&mut self) -> ADDR_WIDTH_W<'_>
Bits 10:11 - Address Width
Sourcepub fn data_width(&mut self) -> DATA_WIDTH_W<'_>
pub fn data_width(&mut self) -> DATA_WIDTH_W<'_>
Bits 12:13 - Data Width
Methods from Deref<Target = W<FETCH_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnsafeUnpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more