pub struct R(_);
Expand description
Register MEM_RX_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn mem_rx_status(&self) -> MEM_RX_STATUS_R
pub fn mem_rx_status(&self) -> MEM_RX_STATUS_R
Bits 0:23 - This register stores the current uart rx mem read address and rx mem write address
sourcepub fn mem_rx_rd_addr(&self) -> MEM_RX_RD_ADDR_R
pub fn mem_rx_rd_addr(&self) -> MEM_RX_RD_ADDR_R
Bits 2:12 - This register stores the rx mem read address
sourcepub fn mem_rx_wr_addr(&self) -> MEM_RX_WR_ADDR_R
pub fn mem_rx_wr_addr(&self) -> MEM_RX_WR_ADDR_R
Bits 13:23 - This register stores the rx mem write address
Methods from Deref<Target = R<MEM_RX_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<MEM_RX_STATUS_SPEC>> for R
impl From<R<MEM_RX_STATUS_SPEC>> for R
sourcefn from(reader: R<MEM_RX_STATUS_SPEC>) -> Self
fn from(reader: R<MEM_RX_STATUS_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