[][src]Struct atsamd21e::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

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.