[][src]Enum nrf52840_hal::pac::cc_host_rgf::host_cryptokey_sel::HOST_CRYPTOKEY_SEL_A

#[repr(u8)]pub enum HOST_CRYPTOKEY_SEL_A {
    K_DR,
    K_PRTL,
    SESSION,
}

Select the source of the HW key that is used by the AES engine

Value on reset: 0

Variants

K_DR

0: Use device root key K_DR from CRYPTOCELL AO power domain

K_PRTL

1: Use hard-coded RTL key K_PRTL

SESSION

2: Use provided session key

Trait Implementations

impl Clone for HOST_CRYPTOKEY_SEL_A[src]

impl Copy for HOST_CRYPTOKEY_SEL_A[src]

impl Debug for HOST_CRYPTOKEY_SEL_A[src]

impl PartialEq<HOST_CRYPTOKEY_SEL_A> for HOST_CRYPTOKEY_SEL_A[src]

impl StructuralPartialEq for HOST_CRYPTOKEY_SEL_A[src]

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.