Struct atsamd21e18a::rtc::MODE1[][src]

#[repr(C)]
pub struct MODE1 { pub ctrl: CTRL, pub readreq: READREQ, pub evctrl: EVCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub dbgctrl: DBGCTRL, pub freqcorr: FREQCORR, pub count: COUNT, pub per: PER, pub comp: [COMP; 2], // some fields omitted }

Register block

Fields

0x00 - MODE1 Control

0x02 - Read Request

0x04 - MODE1 Event Control

0x06 - MODE1 Interrupt Enable Clear

0x07 - MODE1 Interrupt Enable Set

0x08 - MODE1 Interrupt Flag Status and Clear

0x0a - Status

0x0b - Debug Control

0x0c - Frequency Correction

0x10 - MODE1 Counter Value

0x14 - MODE1 Counter Period

0x18 - MODE1 Compare n Value

Auto Trait Implementations

impl Send for MODE1

impl !Sync for MODE1