pub struct W(_);
Expand description
Register SLV_RD_BIT
writer
Implementations
sourceimpl W
impl W
sourcepub fn slv_rdata_bit(&mut self) -> SLV_RDATA_BIT_W<'_, 0>
pub fn slv_rdata_bit(&mut self) -> SLV_RDATA_BIT_W<'_, 0>
Bits 0:23 - In the slave mode it is the bit length of read data. The value is the length - 1.
Methods from Deref<Target = W<SLV_RD_BIT_SPEC>>
Trait Implementations
sourceimpl From<W<SLV_RD_BIT_SPEC>> for W
impl From<W<SLV_RD_BIT_SPEC>> for W
sourcefn from(writer: W<SLV_RD_BIT_SPEC>) -> Self
fn from(writer: W<SLV_RD_BIT_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