Struct esp32c6::rmt::ch_tx_status::R
source · pub struct R(_);Expand description
Register CH%s_TX_STATUS reader
Implementations§
source§impl R
impl R
sourcepub fn mem_raddr_ex(&self) -> MEM_RADDR_EX_R
pub fn mem_raddr_ex(&self) -> MEM_RADDR_EX_R
Bits 0:8 - This register records the memory address offset when transmitter of CHANNEL%s is using the RAM.
sourcepub fn apb_mem_waddr(&self) -> APB_MEM_WADDR_R
pub fn apb_mem_waddr(&self) -> APB_MEM_WADDR_R
Bits 12:20 - This register records the memory address offset when writes RAM over APB bus.
sourcepub fn apb_mem_rd_err(&self) -> APB_MEM_RD_ERR_R
pub fn apb_mem_rd_err(&self) -> APB_MEM_RD_ERR_R
Bit 21 - This status bit will be set if the offset address out of memory size when reading via APB bus.
sourcepub fn mem_empty(&self) -> MEM_EMPTY_R
pub fn mem_empty(&self) -> MEM_EMPTY_R
Bit 22 - This status bit will be set when the data to be set is more than memory size and the wraparound mode is disabled.
sourcepub fn apb_mem_wr_err(&self) -> APB_MEM_WR_ERR_R
pub fn apb_mem_wr_err(&self) -> APB_MEM_WR_ERR_R
Bit 23 - This status bit will be set if the offset address out of memory size when writes via APB bus.
sourcepub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
pub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
Bits 24:31 - This register records the memory address offset when reading RAM over APB bus.
Methods from Deref<Target = R<CH_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