pub struct R(_);
Expand description
Register MEM_CNT_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn rx_mem_cnt(&self) -> RX_MEM_CNT_R
pub fn rx_mem_cnt(&self) -> RX_MEM_CNT_R
Bits 0:2 - refer to the rxfifo_cnt’s describtion.
sourcepub fn tx_mem_cnt(&self) -> TX_MEM_CNT_R
pub fn tx_mem_cnt(&self) -> TX_MEM_CNT_R
Bits 3:5 - refer to the txfifo_cnt’s describtion.
Methods from Deref<Target = R<MEM_CNT_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<MEM_CNT_STATUS_SPEC>> for R
impl From<R<MEM_CNT_STATUS_SPEC>> for R
sourcefn from(reader: R<MEM_CNT_STATUS_SPEC>) -> Self
fn from(reader: R<MEM_CNT_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