Struct atsam4lc4c::dacc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub mr: MR, pub cdr: CDR, pub ier: IER, pub idr: IDR, pub imr: IMR, pub isr: ISR, pub wpmr: WPMR, pub wpsr: WPSR, pub version: VERSION, // some fields omitted }

Register block

Fields

0x00 - Control Register

0x04 - Mode Register

0x08 - Conversion Data Register

0x0c - Interrupt Enable Register

0x10 - Interrupt Disable Register

0x14 - Interrupt Mask Register

0x18 - Interrupt Status Register

0xe4 - Write Protect Mode Register

0xe8 - Write Protect Status Register

0xfc - Version Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock