Struct samd21g18a::evsys::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub channel: CHANNEL, pub user: USER, pub chstatus: CHSTATUS, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, // some fields omitted }

Register block

Fields

0x00 - Control

0x04 - Channel

0x08 - User Multiplexer

0x0c - Channel Status

0x10 - Interrupt Enable Clear

0x14 - Interrupt Enable Set

0x18 - Interrupt Flag Status and Clear

Auto Trait Implementations