Struct atsamd21e18a::i2s::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrla: CTRLA, pub clkctrl: [CLKCTRL; 2], pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub syncbusy: SYNCBUSY, pub serctrl: [SERCTRL; 2], pub data: [DATA; 2], // some fields omitted }

Register block

Fields

0x00 - Control A

0x04 - Clock Unit n Control

0x0c - Interrupt Enable Clear

0x10 - Interrupt Enable Set

0x14 - Interrupt Flag Status and Clear

0x18 - Synchronization Status

0x20 - Serializer n Control

0x30 - Data n

Auto Trait Implementations