pub struct R(/* private fields */);
Expand description
Register DMAMUX_HWCFGR1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn num_dma_streams(&self) -> NUM_DMA_STREAMS_R
pub fn num_dma_streams(&self) -> NUM_DMA_STREAMS_R
Bits 0:7 - number of DMA request line multiplexer (output) channels
Sourcepub fn num_dma_periph_req(&self) -> NUM_DMA_PERIPH_REQ_R
pub fn num_dma_periph_req(&self) -> NUM_DMA_PERIPH_REQ_R
Bits 8:15 - number of DMA request lines from peripherals
Sourcepub fn num_dma_trig(&self) -> NUM_DMA_TRIG_R
pub fn num_dma_trig(&self) -> NUM_DMA_TRIG_R
Bits 16:23 - number of synchronization inputs
Sourcepub fn num_dma_reqgen(&self) -> NUM_DMA_REQGEN_R
pub fn num_dma_reqgen(&self) -> NUM_DMA_REQGEN_R
Bits 24:31 - number of DMA request generator channels
Methods from Deref<Target = R<DMAMUX_HWCFGR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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