Struct esp32c3::uart0::mem_tx_status::R
source · pub struct R(_);
Expand description
Register MEM_TX_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn apb_tx_waddr(&self) -> APB_TX_WADDR_R
pub fn apb_tx_waddr(&self) -> APB_TX_WADDR_R
Bits 0:9 - This register stores the offset address in Tx-FIFO when software writes Tx-FIFO via APB.
sourcepub fn tx_raddr(&self) -> TX_RADDR_R
pub fn tx_raddr(&self) -> TX_RADDR_R
Bits 11:20 - This register stores the offset address in Tx-FIFO when Tx-FSM reads data via Tx-FIFO_Ctrl.
Methods from Deref<Target = R<MEM_TX_STATUS_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