[−][src]Struct lpc55_pac::puf::RegisterBlock
Register block
Fields
ctrl: CTRL0x00 - PUF Control register
keyindex: KEYINDEX0x04 - PUF Key Index register
keysize: KEYSIZE0x08 - PUF Key Size register
stat: STAT0x20 - PUF Status register
allow: ALLOW0x28 - PUF Allow register
keyinput: KEYINPUT0x40 - PUF Key Input register
codeinput: CODEINPUT0x44 - PUF Code Input register
codeoutput: CODEOUTPUT0x48 - PUF Code Output register
keyoutindex: KEYOUTINDEX0x60 - PUF Key Output Index register
keyoutput: KEYOUTPUT0x64 - PUF Key Output register
ifstat: IFSTAT0xdc - PUF Interface Status and clear register
version: VERSION0xfc - PUF version register.
inten: INTEN0x100 - PUF Interrupt Enable
intstat: INTSTAT0x104 - PUF interrupt status
pwrctrl: PWRCTRL0x108 - PUF RAM Power Control
cfg: CFG0x10c - PUF config register for block bits
keylock: KEYLOCK0x200 - Only reset in case of full IC reset
keyenable: KEYENABLE0x204 - no description available
keyreset: KEYRESET0x208 - Reinitialize Keys shift registers counters
idxblk_l: IDXBLK_L0x20c - no description available
idxblk_h_dp: IDXBLK_H_DP0x210 - no description available
keymask: [KEYMASK; 4]0x214 - Only reset in case of full IC reset
idxblk_h: IDXBLK_H0x254 - no description available
idxblk_l_dp: IDXBLK_L_DP0x258 - no description available
shift_status: SHIFT_STATUS0x25c - no description available
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>,