pub struct R(_);
Expand description
Register CH7STATUS
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 - The current memory read address of channel7.
sourcepub fn mem_raddr_ex(&self) -> MEM_RADDR_EX_R
pub fn mem_raddr_ex(&self) -> MEM_RADDR_EX_R
Bits 12:21 - The current memory write address of channel7.
sourcepub fn state(&self) -> STATE_R
pub fn state(&self) -> STATE_R
Bits 24:26 - The channel7 state machine status register.3’h0 : idle, 3’h1 : send, 3’h2 : read memory, 3’h3 : receive, 3’h4 : wait.
sourcepub fn mem_owner_err(&self) -> MEM_OWNER_ERR_R
pub fn mem_owner_err(&self) -> MEM_OWNER_ERR_R
Bit 27 - When channel7 is configured for receive mode, this bit will turn to high level if rmt_mem_owner register is not set to 1.
sourcepub fn mem_full(&self) -> MEM_FULL_R
pub fn mem_full(&self) -> MEM_FULL_R
Bit 28 - The memory full status bit for channel7 turns to high level when mem_waddr_ex is greater than or equal to the configuration range.
sourcepub fn mem_empty(&self) -> MEM_EMPTY_R
pub fn mem_empty(&self) -> MEM_EMPTY_R
Bit 29 - The memory empty status bit for channel7. in acyclic mode, this bit turns to high level when mem_raddr_ex is greater than or equal to the configured range.
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 30 - The apb write memory status bit for channel7 turns to high level when the apb write address exceeds the configuration range.
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 31 - The apb read memory status bit for channel7 turns to high level when the apb read address exceeds the configuration range.