pub struct R(_);
Expand description
Register CH1STATUS
reader
Implementations
sourceimpl 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 - reg_mem_raddr_ex_ch1.
sourcepub fn apb_mem_waddr(&self) -> APB_MEM_WADDR_R
pub fn apb_mem_waddr(&self) -> APB_MEM_WADDR_R
Bits 12:20 - reg_apb_mem_waddr_ch1.
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 - reg_apb_mem_rd_err_ch1.
sourcepub fn mem_empty(&self) -> MEM_EMPTY_R
pub fn mem_empty(&self) -> MEM_EMPTY_R
Bit 22 - reg_mem_empty_ch1.
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 - reg_apb_mem_wr_err_ch1.
sourcepub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
pub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
Bits 24:31 - reg_apb_mem_raddr_ch1.
Methods from Deref<Target = R<CH1STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<CH1STATUS_SPEC>> for R
impl From<R<CH1STATUS_SPEC>> for R
sourcefn from(reader: R<CH1STATUS_SPEC>) -> Self
fn from(reader: R<CH1STATUS_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