pub struct R(/* private fields */);
Expand description
Register dmac_cfg%s
reader
Implementations§
source§impl R
impl R
sourcepub fn dma_src_drq_type(&self) -> DMA_SRC_DRQ_TYPE_R
pub fn dma_src_drq_type(&self) -> DMA_SRC_DRQ_TYPE_R
Bits 0:5 - DMA Source DRQ Type
sourcepub fn dma_src_block_size(&self) -> DMA_SRC_BLOCK_SIZE_R
pub fn dma_src_block_size(&self) -> DMA_SRC_BLOCK_SIZE_R
Bits 6:7 - DMA Source Block Size
sourcepub fn dma_src_addr_mode(&self) -> DMA_SRC_ADDR_MODE_R
pub fn dma_src_addr_mode(&self) -> DMA_SRC_ADDR_MODE_R
Bit 8 - DMA Source Address Mode
sourcepub fn dma_src_data_width(&self) -> DMA_SRC_DATA_WIDTH_R
pub fn dma_src_data_width(&self) -> DMA_SRC_DATA_WIDTH_R
Bits 9:10 - DMA Source Data Width
sourcepub fn dma_dest_drq_type(&self) -> DMA_DEST_DRQ_TYPE_R
pub fn dma_dest_drq_type(&self) -> DMA_DEST_DRQ_TYPE_R
Bits 16:21 - DMA Destination DRQ Type
sourcepub fn dma_dest_block_size(&self) -> DMA_DEST_BLOCK_SIZE_R
pub fn dma_dest_block_size(&self) -> DMA_DEST_BLOCK_SIZE_R
Bits 22:23 - DMA Destination Block Size
sourcepub fn dma_addr_mode(&self) -> DMA_ADDR_MODE_R
pub fn dma_addr_mode(&self) -> DMA_ADDR_MODE_R
Bit 24 - DMA Destination Address Mode
sourcepub fn dma_dest_data_width(&self) -> DMA_DEST_DATA_WIDTH_R
pub fn dma_dest_data_width(&self) -> DMA_DEST_DATA_WIDTH_R
Bits 25:26 - DMA Destination Data Width
sourcepub fn bmode_sel(&self) -> BMODE_SEL_R
pub fn bmode_sel(&self) -> BMODE_SEL_R
Bit 30
Methods from Deref<Target = R<DMAC_CFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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