Struct atsamd21e18a::wdt::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub config: CONFIG, pub ewctrl: EWCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub clear: CLEAR, // some fields omitted }

Register block

Fields

0x00 - Control

0x01 - Configuration

0x02 - Early Warning Interrupt Control

0x04 - Interrupt Enable Clear

0x05 - Interrupt Enable Set

0x06 - Interrupt Flag Status and Clear

0x07 - Status

0x08 - Clear

Auto Trait Implementations