Struct lpc845_pac::inputmux::RegisterBlock[][src]

#[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], // some fields omitted }
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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.