[][src]Struct lpc176x_5x::gpioint::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub status: STATUS, pub statr0: STATR0, pub statf0: STATF0, pub clr0: CLR0, pub enr0: ENR0, pub enf0: ENF0, pub statr2: STATR2, pub statf2: STATF2, pub clr2: CLR2, pub enr2: ENR2, pub enf2: ENF2, // some fields omitted }

Register block

Fields

status: STATUS

0x00 - GPIO overall Interrupt Status.

statr0: STATR0

0x04 - GPIO Interrupt Status for Rising edge for Port 0.

statf0: STATF0

0x08 - GPIO Interrupt Status for Falling edge for Port 0.

clr0: CLR0

0x0c - GPIO Interrupt Clear.

enr0: ENR0

0x10 - GPIO Interrupt Enable for Rising edge for Port 0.

enf0: ENF0

0x14 - GPIO Interrupt Enable for Falling edge for Port 0.

statr2: STATR2

0x24 - GPIO Interrupt Status for Rising edge for Port 0.

statf2: STATF2

0x28 - GPIO Interrupt Status for Falling edge for Port 0.

clr2: CLR2

0x2c - GPIO Interrupt Clear.

enr2: ENR2

0x30 - GPIO Interrupt Enable for Rising edge for Port 0.

enf2: ENF2

0x34 - GPIO Interrupt Enable for Falling edge for Port 0.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]