pub struct W(_);Expand description
Register SLV_WR_STATUS writer
Implementations
sourceimpl W
impl W
sourcepub fn slv_wr_st(&mut self) -> SLV_WR_ST_W<'_>
pub fn slv_wr_st(&mut self) -> SLV_WR_ST_W<'_>
Bits 0:31 - In the slave mode this register are the status register for the master to write into. In the master mode this register are the higher 32bits in the 64 bits address condition.
Methods from Deref<Target = W<SLV_WR_STATUS_SPEC>>
Trait Implementations
sourceimpl From<W<SLV_WR_STATUS_SPEC>> for W
impl From<W<SLV_WR_STATUS_SPEC>> for W
sourcefn from(writer: W<SLV_WR_STATUS_SPEC>) -> Self
fn from(writer: W<SLV_WR_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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