[][src]Struct lpc55_pac::plu::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub lut0: LUT,
    pub lut1: LUT,
    pub lut2: LUT,
    pub lut3: LUT,
    pub lut4: LUT,
    pub lut5: LUT,
    pub lut6: LUT,
    pub lut7: LUT,
    pub lut8: LUT,
    pub lut9: LUT,
    pub lut10: LUT,
    pub lut11: LUT,
    pub lut12: LUT,
    pub lut13: LUT,
    pub lut14: LUT,
    pub lut15: LUT,
    pub lut16: LUT,
    pub lut17: LUT,
    pub lut18: LUT,
    pub lut19: LUT,
    pub lut20: LUT,
    pub lut21: LUT,
    pub lut22: LUT,
    pub lut23: LUT,
    pub lut24: LUT,
    pub lut25: LUT,
    pub lut_truth: [LUT_TRUTH; 26],
    pub outputs: OUTPUTS,
    pub wakeint_ctrl: WAKEINT_CTRL,
    pub output_mux: [OUTPUT_MUX; 8],
    // some fields omitted
}
[]

Register block

Fields

lut0: LUT
[]

0x00 - no description available

lut1: LUT
[]

0x20 - no description available

lut2: LUT
[]

0x40 - no description available

lut3: LUT
[]

0x60 - no description available

lut4: LUT
[]

0x80 - no description available

lut5: LUT
[]

0xa0 - no description available

lut6: LUT
[]

0xc0 - no description available

lut7: LUT
[]

0xe0 - no description available

lut8: LUT
[]

0x100 - no description available

lut9: LUT
[]

0x120 - no description available

lut10: LUT
[]

0x140 - no description available

lut11: LUT
[]

0x160 - no description available

lut12: LUT
[]

0x180 - no description available

lut13: LUT
[]

0x1a0 - no description available

lut14: LUT
[]

0x1c0 - no description available

lut15: LUT
[]

0x1e0 - no description available

lut16: LUT
[]

0x200 - no description available

lut17: LUT
[]

0x220 - no description available

lut18: LUT
[]

0x240 - no description available

lut19: LUT
[]

0x260 - no description available

lut20: LUT
[]

0x280 - no description available

lut21: LUT
[]

0x2a0 - no description available

lut22: LUT
[]

0x2c0 - no description available

lut23: LUT
[]

0x2e0 - no description available

lut24: LUT
[]

0x300 - no description available

lut25: LUT
[]

0x320 - no description available

lut_truth: [LUT_TRUTH; 26]
[]

0x800 - Specifies the Truth Table contents for LUT0

outputs: OUTPUTS
[]

0x900 - Provides the current state of the 8 designated PLU Outputs.

wakeint_ctrl: WAKEINT_CTRL
[]

0x904 - Wakeup interrupt control for PLU

output_mux: [OUTPUT_MUX; 8]
[]

0xc00 - Selects the source to be connected to PLU Output 0

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

impl Unpin for RegisterBlock

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[src]

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.