[−][src]Struct lpc55_pac::plu::RegisterBlock
Register block
Fields
lut0: LUT0x00 - no description available
lut1: LUT0x20 - no description available
lut2: LUT0x40 - no description available
lut3: LUT0x60 - no description available
lut4: LUT0x80 - no description available
lut5: LUT0xa0 - no description available
lut6: LUT0xc0 - no description available
lut7: LUT0xe0 - no description available
lut8: LUT0x100 - no description available
lut9: LUT0x120 - no description available
lut10: LUT0x140 - no description available
lut11: LUT0x160 - no description available
lut12: LUT0x180 - no description available
lut13: LUT0x1a0 - no description available
lut14: LUT0x1c0 - no description available
lut15: LUT0x1e0 - no description available
lut16: LUT0x200 - no description available
lut17: LUT0x220 - no description available
lut18: LUT0x240 - no description available
lut19: LUT0x260 - no description available
lut20: LUT0x280 - no description available
lut21: LUT0x2a0 - no description available
lut22: LUT0x2c0 - no description available
lut23: LUT0x2e0 - no description available
lut24: LUT0x300 - no description available
lut25: LUT0x320 - no description available
lut_truth: [LUT_TRUTH; 26]0x800 - Specifies the Truth Table contents for LUT0
outputs: OUTPUTS0x900 - Provides the current state of the 8 designated PLU Outputs.
wakeint_ctrl: WAKEINT_CTRL0x904 - Wakeup interrupt control for PLU
output_mux: [OUTPUT_MUX; 8]0xc00 - Selects the source to be connected to PLU Output 0
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
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][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,