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