pub struct W(_);
Expand description
Register IN_POP_CH%s
writer
Implementations§
source§impl W
impl W
sourcepub fn infifo_pop(&mut self) -> INFIFO_POP_W<'_, 12>
pub fn infifo_pop(&mut self) -> INFIFO_POP_W<'_, 12>
Bit 12 - Set this bit to pop data from DMA FIFO.
Methods from Deref<Target = W<IN_POP_CH_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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