[−][src]Struct lpc55_pac::secgpio::RegisterBlock
Register block
Fields
b0_0: B0_00x00 - Byte pin registers for all port GPIO pins
b0_1: B0_10x01 - Byte pin registers for all port GPIO pins
b0_2: B0_20x02 - Byte pin registers for all port GPIO pins
b0_3: B0_30x03 - Byte pin registers for all port GPIO pins
b0_4: B0_40x04 - Byte pin registers for all port GPIO pins
b0_5: B0_50x05 - Byte pin registers for all port GPIO pins
b0_6: B0_60x06 - Byte pin registers for all port GPIO pins
b0_7: B0_70x07 - Byte pin registers for all port GPIO pins
b0_8: B0_80x08 - Byte pin registers for all port GPIO pins
b0_9: B0_90x09 - Byte pin registers for all port GPIO pins
b0_10: B0_100x0a - Byte pin registers for all port GPIO pins
b0_11: B0_110x0b - Byte pin registers for all port GPIO pins
b0_12: B0_120x0c - Byte pin registers for all port GPIO pins
b0_13: B0_130x0d - Byte pin registers for all port GPIO pins
b0_14: B0_140x0e - Byte pin registers for all port GPIO pins
b0_15: B0_150x0f - Byte pin registers for all port GPIO pins
b0_16: B0_160x10 - Byte pin registers for all port GPIO pins
b0_17: B0_170x11 - Byte pin registers for all port GPIO pins
b0_18: B0_180x12 - Byte pin registers for all port GPIO pins
b0_19: B0_190x13 - Byte pin registers for all port GPIO pins
b0_20: B0_200x14 - Byte pin registers for all port GPIO pins
b0_21: B0_210x15 - Byte pin registers for all port GPIO pins
b0_22: B0_220x16 - Byte pin registers for all port GPIO pins
b0_23: B0_230x17 - Byte pin registers for all port GPIO pins
b0_24: B0_240x18 - Byte pin registers for all port GPIO pins
b0_25: B0_250x19 - Byte pin registers for all port GPIO pins
b0_26: B0_260x1a - Byte pin registers for all port GPIO pins
b0_27: B0_270x1b - Byte pin registers for all port GPIO pins
b0_28: B0_280x1c - Byte pin registers for all port GPIO pins
b0_29: B0_290x1d - Byte pin registers for all port GPIO pins
b0_30: B0_300x1e - Byte pin registers for all port GPIO pins
b0_31: B0_310x1f - Byte pin registers for all port GPIO pins
w0_0: W0_00x1000 - Word pin registers for all port GPIO pins
w0_1: W0_10x1004 - Word pin registers for all port GPIO pins
w0_2: W0_20x1008 - Word pin registers for all port GPIO pins
w0_3: W0_30x100c - Word pin registers for all port GPIO pins
w0_4: W0_40x1010 - Word pin registers for all port GPIO pins
w0_5: W0_50x1014 - Word pin registers for all port GPIO pins
w0_6: W0_60x1018 - Word pin registers for all port GPIO pins
w0_7: W0_70x101c - Word pin registers for all port GPIO pins
w0_8: W0_80x1020 - Word pin registers for all port GPIO pins
w0_9: W0_90x1024 - Word pin registers for all port GPIO pins
w0_10: W0_100x1028 - Word pin registers for all port GPIO pins
w0_11: W0_110x102c - Word pin registers for all port GPIO pins
w0_12: W0_120x1030 - Word pin registers for all port GPIO pins
w0_13: W0_130x1034 - Word pin registers for all port GPIO pins
w0_14: W0_140x1038 - Word pin registers for all port GPIO pins
w0_15: W0_150x103c - Word pin registers for all port GPIO pins
w0_16: W0_160x1040 - Word pin registers for all port GPIO pins
w0_17: W0_170x1044 - Word pin registers for all port GPIO pins
w0_18: W0_180x1048 - Word pin registers for all port GPIO pins
w0_19: W0_190x104c - Word pin registers for all port GPIO pins
w0_20: W0_200x1050 - Word pin registers for all port GPIO pins
w0_21: W0_210x1054 - Word pin registers for all port GPIO pins
w0_22: W0_220x1058 - Word pin registers for all port GPIO pins
w0_23: W0_230x105c - Word pin registers for all port GPIO pins
w0_24: W0_240x1060 - Word pin registers for all port GPIO pins
w0_25: W0_250x1064 - Word pin registers for all port GPIO pins
w0_26: W0_260x1068 - Word pin registers for all port GPIO pins
w0_27: W0_270x106c - Word pin registers for all port GPIO pins
w0_28: W0_280x1070 - Word pin registers for all port GPIO pins
w0_29: W0_290x1074 - Word pin registers for all port GPIO pins
w0_30: W0_300x1078 - Word pin registers for all port GPIO pins
w0_31: W0_310x107c - Word pin registers for all port GPIO pins
dir0: DIR00x2000 - Direction registers for all port GPIO pins
mask0: MASK00x2080 - Mask register for all port GPIO pins
pin0: PIN00x2100 - Port pin register for all port GPIO pins
mpin0: MPIN00x2180 - Masked port register for all port GPIO pins
set0: SET00x2200 - Write: Set register for port. Read: output bits for port
clr0: CLR00x2280 - Clear port for all port GPIO pins
not0: NOT00x2300 - Toggle port for all port GPIO pins
dirset0: DIRSET00x2380 - Set pin direction bits for port
dirclr0: DIRCLR00x2400 - Clear pin direction bits for port
dirnot0: DIRNOT00x2480 - Toggle pin direction bits for port
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>,