Struct d1_pac::dmac::dmac_desc_addr::R
source · pub struct R(/* private fields */);
Expand description
Register dmac_desc_addr%s
reader
Implementations§
source§impl R
impl R
sourcepub fn dma_desc_high_addr(&self) -> DMA_DESC_HIGH_ADDR_R
pub fn dma_desc_high_addr(&self) -> DMA_DESC_HIGH_ADDR_R
Bits 0:1 - Higher 2 bits of DMA channel descriptor high address
DMA Channel Descriptor Address = {bit[1:0], bit[31:2], 2’b00}
sourcepub fn dma_desc_addr(&self) -> DMA_DESC_ADDR_R
pub fn dma_desc_addr(&self) -> DMA_DESC_ADDR_R
Bits 2:31 - Lower 30 bits of DMA channel descriptor address
Methods from Deref<Target = R<DMAC_DESC_ADDR_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