Struct esp32c2::uart0::mem_rx_status::R
source · 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. UART0 is 10’h100. UART1 is 10’h180.
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. UART0 is 10’h100. UART1 is 10’h180.
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