[−][src]Struct lpc55_pac::hashcrypt::RegisterBlock
Register block
Fields
ctrl: CTRL0x00 - Control register to enable and operate Hash and Crypto
status: STATUS0x04 - Indicates status of Hash peripheral.
intenset: INTENSET0x08 - Write 1 to enable interrupts; reads back with which are set.
intenclr: INTENCLR0x0c - Write 1 to clear interrupts.
memctrl: MEMCTRL0x10 - Setup Master to access memory (if available)
memaddr: MEMADDR0x14 - Address to start memory access from (if available).
indata: INDATA0x20 - Input of 16 words at a time to load up buffer.
alias: [ALIAS; 7]0x24 - no description available
digest0: [DIGEST0; 8]0x40 - no description available
cryptcfg: CRYPTCFG0x80 - Crypto settings for AES and Salsa and ChaCha
config: CONFIG0x84 - Returns the configuration of this block in this chip - indicates what services are available.
lock: LOCK0x8c - Lock register allows locking to the current security level or unlocking by the lock holding level.
mask: [MASK; 4]0x90 - 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>,