[][src]Struct k64::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, pub rst: RST, }

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

rst: RST

0x0a - LLWU Reset Enable register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

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

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]