Struct atsamd21e18a::ac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrla: CTRLA, pub ctrlb: CTRLB, pub evctrl: EVCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub statusa: STATUSA, pub statusb: STATUSB, pub statusc: STATUSC, pub winctrl: WINCTRL, pub compctrl: [COMPCTRL; 2], pub scaler: [SCALER; 2], // some fields omitted }

Register block

Fields

0x00 - Control A

0x01 - Control B

0x02 - Event Control

0x04 - Interrupt Enable Clear

0x05 - Interrupt Enable Set

0x06 - Interrupt Flag Status and Clear

0x08 - Status A

0x09 - Status B

0x0a - Status C

0x0c - Window Control

0x10 - Comparator Control n

0x20 - Scaler n

Auto Trait Implementations