Struct esp32s3::rmt::ch_rx_status::R
source · pub struct R(_);
Expand description
Register CH%s_RX_STATUS
reader
Implementations
sourceimpl 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.
Methods from Deref<Target = R<CH_RX_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<CH_RX_STATUS_SPEC>> for R
impl From<R<CH_RX_STATUS_SPEC>> for R
sourcefn from(reader: R<CH_RX_STATUS_SPEC>) -> Self
fn from(reader: R<CH_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