pub struct R(_);
Expand description
Register MEM_RX_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn apb_rx_raddr(&self) -> APB_RX_RADDR_R
pub fn apb_rx_raddr(&self) -> APB_RX_RADDR_R
Bits 0:9 - This register stores the offset address in RX_FIFO when software reads data from RX FIFO via APB.
sourcepub fn rx_waddr(&self) -> RX_WADDR_R
pub fn rx_waddr(&self) -> RX_WADDR_R
Bits 11:20 - This register stores the offset address in RX FIFO when Rx_FIFO_Ctrl writes RX FIFO.
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