pub struct RegisterBlock {
pub dma_itrig_inmux: [Reg<DMA_ITRIG_INMUX_SPEC>; 18],
pub dma_inmux_inmux: [Reg<DMA_INMUX_INMUX_SPEC>; 2],
pub sct0_inmux: [Reg<SCT0_INMUX_SPEC>; 4],
/* private fields */
}Expand description
Register block
Fields§
§dma_itrig_inmux: [Reg<DMA_ITRIG_INMUX_SPEC>; 18]0x00..0x48 - Trigger select register for DMA channel
dma_inmux_inmux: [Reg<DMA_INMUX_INMUX_SPEC>; 2]0x4000..0x4008 - DMA output trigger selection to become DMA trigger 7 and DMA trigger 8
sct0_inmux: [Reg<SCT0_INMUX_SPEC>; 4]0x4020..0x4030 - input select register for SCT
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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