Struct atsam4lc4c::wdt::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub clr: CLR, pub sr: SR, pub ier: IER, pub idr: IDR, pub imr: IMR, pub isr: ISR, pub icr: ICR, pub version: VERSION, // some fields omitted }

Register block

Fields

0x00 - Control Register

0x04 - Clear Register

0x08 - Status Register

0x0c - Interrupt Enable Register

0x10 - Interrupt Disable Register

0x14 - Interrupt Mask Register

0x18 - Interrupt Status Register

0x1c - Interrupt Clear Register

0x3fc - Version Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock