pub struct W(_);
Expand description
Register _1TXFIFO_POP
writer
Implementations
sourceimpl W
impl W
sourcepub fn slc1_txfifo_pop(&mut self) -> SLC1_TXFIFO_POP_W<'_, 16>
pub fn slc1_txfifo_pop(&mut self) -> SLC1_TXFIFO_POP_W<'_, 16>
Bit 16
Methods from Deref<Target = W<_1TXFIFO_POP_SPEC>>
Trait Implementations
sourceimpl From<W<_1TXFIFO_POP_SPEC>> for W
impl From<W<_1TXFIFO_POP_SPEC>> for W
sourcefn from(writer: W<_1TXFIFO_POP_SPEC>) -> Self
fn from(writer: W<_1TXFIFO_POP_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