[][src]Struct mkl25z4::llwu::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pe1: PE1,
    pub pe2: PE2,
    pub pe3: PE3,
    pub pe4: PE4,
    pub me: ME,
    pub f1: F1,
    pub f2: F2,
    pub f3: F3,
    pub filt1: FILT1,
    pub filt2: FILT2,
}

Register block

Fields

pe1: PE1

0x00 - LLWU Pin Enable 1 register

pe2: PE2

0x01 - LLWU Pin Enable 2 register

pe3: PE3

0x02 - LLWU Pin Enable 3 register

pe4: PE4

0x03 - LLWU Pin Enable 4 register

me: ME

0x04 - LLWU Module Enable register

f1: F1

0x05 - LLWU Flag 1 register

f2: F2

0x06 - LLWU Flag 2 register

f3: F3

0x07 - LLWU Flag 3 register

filt1: FILT1

0x08 - LLWU Pin Filter 1 register

filt2: FILT2

0x09 - LLWU Pin Filter 2 register

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.