Struct lpc845_pac::dma0::CHANNEL[][src]

#[repr(C)]
pub struct CHANNEL { pub cfg: Reg<CFG_SPEC>, pub ctlstat: Reg<CTLSTAT_SPEC>, pub xfercfg: Reg<XFERCFG_SPEC>, }
Expand description

Register block

Fields

cfg: Reg<CFG_SPEC>

0x00 - Configuration register for DMA channel .

ctlstat: Reg<CTLSTAT_SPEC>

0x04 - Control and status register for DMA channel .

xfercfg: Reg<XFERCFG_SPEC>

0x08 - Transfer configuration 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.