#[repr(C)]pub struct RegisterBlock {
pub dma_inmux_inmux: [Reg<DMA_INMUX_INMUX_SPEC>; 2],
pub sct_inmux: [Reg<SCT_INMUX_SPEC>; 4],
pub dma_itrig_inmux: [Reg<DMA_ITRIG_INMUX_SPEC>; 25],
/* private fields */
}Expand description
Register block
Fields§
§dma_inmux_inmux: [Reg<DMA_INMUX_INMUX_SPEC>; 2]0x00..0x08 - DMA output trigger selection to become DMA trigger
sct_inmux: [Reg<SCT_INMUX_SPEC>; 4]0x20..0x30 - input select register for SCT
dma_itrig_inmux: [Reg<DMA_ITRIG_INMUX_SPEC>; 25]0x40..0xa4 - Trigger select register for DMA channel
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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