[][src]Struct lpc54606_pac::otpc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub aeskey: [AESKEY; 8],
    pub ecrp: ECRP,
    pub user0: USER0,
    pub user1: USER1,
    // some fields omitted
}

Register block

Fields

aeskey: [AESKEY; 8]

0x10 - Register for reading the AES key.

ecrp: ECRP

0x30 - ECRP options.

user0: USER0

0x38 - User application specific options.

user1: USER1

0x3c - User application specific options.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.