Struct atsam4lc8c::acifc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub sr: SR, pub ier: IER, pub idr: IDR, pub imr: IMR, pub isr: ISR, pub icr: ICR, pub tr: TR, pub parameter: PARAMETER, pub version: VERSION, pub confw: [CONFW; 4], pub conf: [CONF; 8], // some fields omitted }

Register block

Fields

0x00 - Control Register

0x04 - Status Register

0x10 - Interrupt Enable Register

0x14 - Interrupt Disable Register

0x18 - Interrupt Mask Register

0x1c - Interrupt Status Register

0x20 - Interrupt Status Clear Register

0x24 - Test Register

0x30 - Parameter Register

0x34 - Version Register

0x80 - Window configuration Register

0xd0 - AC Configuration Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock