pub struct R(_);
Expand description
Register SLV_RDBUF_DLEN
reader
Implementations
sourceimpl R
impl R
sourcepub fn slv_dma_rd_bytelen(&self) -> SLV_DMA_RD_BYTELEN_R
pub fn slv_dma_rd_bytelen(&self) -> SLV_DMA_RD_BYTELEN_R
Bits 0:19 - In the slave mode it is the length in bytes for read operations. The register value shall be byte_num.
sourcepub fn slv_rd_buf_done(&self) -> SLV_RD_BUF_DONE_R
pub fn slv_rd_buf_done(&self) -> SLV_RD_BUF_DONE_R
Bit 24 - The interrupt raw bit for the completion of read-buffer operation in the slave mode. Can not be changed by CONF_buf.
sourcepub fn seg_magic_err(&self) -> SEG_MAGIC_ERR_R
pub fn seg_magic_err(&self) -> SEG_MAGIC_ERR_R
Bit 25 - 1: The recent magic value in CONF buffer is not right in master DMA seg-trans mode. 0: others.
Methods from Deref<Target = R<SLV_RDBUF_DLEN_SPEC>>
Trait Implementations
sourceimpl From<R<SLV_RDBUF_DLEN_SPEC>> for R
impl From<R<SLV_RDBUF_DLEN_SPEC>> for R
sourcefn from(reader: R<SLV_RDBUF_DLEN_SPEC>) -> Self
fn from(reader: R<SLV_RDBUF_DLEN_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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