[][src]Struct circuit_playground_express::atsamd21g18a::eic::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub status: STATUS, pub nmictrl: NMICTRL, pub nmiflag: NMIFLAG, pub evctrl: EVCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub wakeup: WAKEUP, pub config: [CONFIG; 2], }

Register block

Fields

ctrl: CTRL

0x00 - Control

status: STATUS

0x01 - Status

nmictrl: NMICTRL

0x02 - Non-Maskable Interrupt Control

nmiflag: NMIFLAG

0x03 - Non-Maskable Interrupt Flag Status and Clear

evctrl: EVCTRL

0x04 - Event Control

intenclr: INTENCLR

0x08 - Interrupt Enable Clear

intenset: INTENSET

0x0c - Interrupt Enable Set

intflag: INTFLAG

0x10 - Interrupt Flag Status and Clear

wakeup: WAKEUP

0x14 - Wake-Up Enable

config: [CONFIG; 2]

0x18 - Configuration n

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]