Struct esp32h2::rmt::rx_chstatus::R
source · pub struct R(_);
Expand description
Register RX_CH%sSTATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn mem_waddr_ex_ch2(&self) -> MEM_WADDR_EX_CH2_R
pub fn mem_waddr_ex_ch2(&self) -> MEM_WADDR_EX_CH2_R
Bits 0:8 - This register records the memory address offset when receiver of CHANNEL%s is using the RAM.
sourcepub fn apb_mem_raddr_ch2(&self) -> APB_MEM_RADDR_CH2_R
pub fn apb_mem_raddr_ch2(&self) -> APB_MEM_RADDR_CH2_R
Bits 12:20 - This register records the memory address offset when reads RAM over APB bus.
sourcepub fn state_ch2(&self) -> STATE_CH2_R
pub fn state_ch2(&self) -> STATE_CH2_R
Bits 22:24 - This register records the FSM status of CHANNEL%s.
sourcepub fn mem_owner_err_ch2(&self) -> MEM_OWNER_ERR_CH2_R
pub fn mem_owner_err_ch2(&self) -> MEM_OWNER_ERR_CH2_R
Bit 25 - This status bit will be set when the ownership of memory block is wrong.
sourcepub fn mem_full_ch2(&self) -> MEM_FULL_CH2_R
pub fn mem_full_ch2(&self) -> MEM_FULL_CH2_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_ch2(&self) -> APB_MEM_RD_ERR_CH2_R
pub fn apb_mem_rd_err_ch2(&self) -> APB_MEM_RD_ERR_CH2_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<RX_CHSTATUS_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