Struct atsamd21e18a::dac::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ctrla: CTRLA, pub ctrlb: CTRLB, pub evctrl: EVCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub data: DATA, pub databuf: DATABUF, // some fields omitted }

Register block

Fields

0x00 - Control A

0x01 - Control B

0x02 - Event Control

0x04 - Interrupt Enable Clear

0x05 - Interrupt Enable Set

0x06 - Interrupt Flag Status and Clear

0x07 - Status

0x08 - Data

0x0c - Data Buffer

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock