Struct atsamd21e18a::dmac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub crcctrl: CRCCTRL, pub crcdatain: CRCDATAIN, pub crcchksum: CRCCHKSUM, pub crcstatus: CRCSTATUS, pub dbgctrl: DBGCTRL, pub qosctrl: QOSCTRL, pub swtrigctrl: SWTRIGCTRL, pub prictrl0: PRICTRL0, pub intpend: INTPEND, pub intstatus: INTSTATUS, pub busych: BUSYCH, pub pendch: PENDCH, pub active: ACTIVE, pub baseaddr: BASEADDR, pub wrbaddr: WRBADDR, pub chid: CHID, pub chctrla: CHCTRLA, pub chctrlb: CHCTRLB, pub chintenclr: CHINTENCLR, pub chintenset: CHINTENSET, pub chintflag: CHINTFLAG, pub chstatus: CHSTATUS, // some fields omitted }

Register block

Fields

0x00 - Control

0x02 - CRC Control

0x04 - CRC Data Input

0x08 - CRC Checksum

0x0c - CRC Status

0x0d - Debug Control

0x0e - QOS Control

0x10 - Software Trigger Control

0x14 - Priority Control 0

0x20 - Interrupt Pending

0x24 - Interrupt Status

0x28 - Busy Channels

0x2c - Pending Channels

0x30 - Active Channel and Levels

0x34 - Descriptor Memory Section Base Address

0x38 - Write-Back Memory Section Base Address

0x3f - Channel ID

0x40 - Channel Control A

0x44 - Channel Control B

0x4c - Channel Interrupt Enable Clear

0x4d - Channel Interrupt Enable Set

0x4e - Channel Interrupt Flag Status and Clear

0x4f - Channel Status

Auto Trait Implementations