Struct esp32s3::rmt::ch_rx_status::R
source · pub struct R(_);
Expand description
Register CH%s_RX_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn mem_waddr_ex(&self) -> MEM_WADDR_EX_R
pub fn mem_waddr_ex(&self) -> MEM_WADDR_EX_R
Bits 0:9 - This register records the memory address offset when receiver of CHANNEL%s is using the RAM.
sourcepub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
pub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
Bits 11:20 - This register records the memory address offset when reads RAM over APB bus.
sourcepub fn mem_owner_err(&self) -> MEM_OWNER_ERR_R
pub fn mem_owner_err(&self) -> MEM_OWNER_ERR_R
Bit 25 - This status bit will be set when the ownership of memory block is wrong.
sourcepub fn mem_full(&self) -> MEM_FULL_R
pub fn mem_full(&self) -> MEM_FULL_R
Bit 26 - This status bit will be set if the receiver receives more data than the memory size.
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 27 - This status bit will be set if the offset address out of memory size when reads via APB bus.