#[repr(C)]
pub struct NRF_CC_HOST_RGF_Type { pub RESERVED: [u32; 1678], pub HOST_CRYPTOKEY_SEL: u32, pub RESERVED1: [u32; 4], pub HOST_IOT_KPRTL_LOCK: u32, pub HOST_IOT_KDR0: u32, pub HOST_IOT_KDR1: u32, pub HOST_IOT_KDR2: u32, pub HOST_IOT_KDR3: u32, pub HOST_IOT_LCS: u32, }
Expand description

@brief CRYPTOCELL HOST_RGF interface (CC_HOST_RGF)

Fields§

§RESERVED: [u32; 1678]§HOST_CRYPTOKEY_SEL: u32

< (@ 0x00001A38) AES hardware key select

§RESERVED1: [u32; 4]§HOST_IOT_KPRTL_LOCK: u32

< (@ 0x00001A4C) This write-once register is the K_PRTL lock register. When this register is set, K_PRTL can not be used and a zeroed key will be used instead. The value of this register is saved in the CRYPTOCELL AO power domain.

§HOST_IOT_KDR0: u32

< (@ 0x00001A50) This register holds bits 31:0 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain. Reading from this address returns the K_DR valid status indicating if K_DR is successfully retained.

§HOST_IOT_KDR1: u32

< (@ 0x00001A54) This register holds bits 63:32 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain.

§HOST_IOT_KDR2: u32

< (@ 0x00001A58) This register holds bits 95:64 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain.

§HOST_IOT_KDR3: u32

< (@ 0x00001A5C) This register holds bits 127:96 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain.

§HOST_IOT_LCS: u32

< (@ 0x00001A60) Controls lifecycle state (LCS) for CRYPTOCELL subsystem

Trait Implementations§

source§

impl Clone for NRF_CC_HOST_RGF_Type

source§

fn clone(&self) -> NRF_CC_HOST_RGF_Type

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NRF_CC_HOST_RGF_Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for NRF_CC_HOST_RGF_Type

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for NRF_CC_HOST_RGF_Type

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.