[−][src]Struct lpc55_pac::plu::RegisterBlock
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
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,