[][src]Struct nuc1xx::gpa::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pmd: PMD,
    pub offd: OFFD,
    pub dout: DOUT,
    pub dmask: DMASK,
    pub pin: PIN,
    pub dben: DBEN,
    pub imd: IMD,
    pub ien: IEN,
    pub isrc: ISRC,
}

Register block

Fields

pmd: PMD

0x00 - GPIO Port Pin I/O Mode Control

offd: OFFD

0x04 - GPIO Port Pin OFF Digital Enable

dout: DOUT

0x08 - GPIO Port Data Output Value

dmask: DMASK

0x0c - GPIO Port Data Output Write Mask

pin: PIN

0x10 - GPIO Port Pin Value

dben: DBEN

0x14 - GPIO Port De-bounce Enable

imd: IMD

0x18 - GPIO Port Interrupt Mode Control

ien: IEN

0x1c - GPIO Port Interrupt Enable

isrc: ISRC

0x20 - GPIO Port Interrupt Trigger Source Indicator

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.