[][src]Struct atsame54p20a::eic::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrla: CTRLA,
    pub nmictrl: NMICTRL,
    pub nmiflag: NMIFLAG,
    pub syncbusy: SYNCBUSY,
    pub evctrl: EVCTRL,
    pub intenclr: INTENCLR,
    pub intenset: INTENSET,
    pub intflag: INTFLAG,
    pub asynch: ASYNCH,
    pub config: [CONFIG; 2],
    pub debouncen: DEBOUNCEN,
    pub dprescaler: DPRESCALER,
    pub pinstate: PINSTATE,
    // some fields omitted
}

Register block

Fields

ctrla: CTRLA

0x00 - Control A

nmictrl: NMICTRL

0x01 - Non-Maskable Interrupt Control

nmiflag: NMIFLAG

0x02 - Non-Maskable Interrupt Flag Status and Clear

syncbusy: SYNCBUSY

0x04 - Synchronization Busy

evctrl: EVCTRL

0x08 - Event Control

intenclr: INTENCLR

0x0c - Interrupt Enable Clear

intenset: INTENSET

0x10 - Interrupt Enable Set

intflag: INTFLAG

0x14 - Interrupt Flag Status and Clear

asynch: ASYNCH

0x18 - External Interrupt Asynchronous Mode

config: [CONFIG; 2]

0x1c - External Interrupt Sense Configuration

debouncen: DEBOUNCEN

0x30 - Debouncer Enable

dprescaler: DPRESCALER

0x34 - Debouncer Prescaler

pinstate: PINSTATE

0x38 - Pin State

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.