Struct lpc82x::dmatrigmux::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub dma_itrig_inmux: [DMA_ITRIG_INMUX; 18], }

Register block

Fields

0x00 - Input mux register for trigger inputs 0 to 23 connected to DMA channel 0. Selects from ADC, SCT, ACMP, pin interrupts, and DMA requests.

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock