pub struct W(_);Expand description
Register FIFO writer
Implementations§
source§impl W
impl W
sourcepub fn rxfifo_rd_byte(&mut self) -> RXFIFO_RD_BYTE_W<'_, 0>
pub fn rxfifo_rd_byte(&mut self) -> RXFIFO_RD_BYTE_W<'_, 0>
Bits 0:7 - UART 0 accesses FIFO via this register.
Methods from Deref<Target = W<FIFO_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