Struct esp32h2::uart0::mem_tx_status::R
source · pub struct R(_);
Expand description
Register MEM_TX_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_sram_waddr(&self) -> TX_SRAM_WADDR_R
pub fn tx_sram_waddr(&self) -> TX_SRAM_WADDR_R
Bits 0:7 - This register stores the offset write address in Tx-SRAM.
sourcepub fn tx_sram_raddr(&self) -> TX_SRAM_RADDR_R
pub fn tx_sram_raddr(&self) -> TX_SRAM_RADDR_R
Bits 9:16 - This register stores the offset read address in Tx-SRAM.
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