[][src]Struct imxrt1062_bee::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub addr_offset0: ADDR_OFFSET0,
    pub addr_offset1: ADDR_OFFSET1,
    pub aes_key0_w0: AES_KEY0_W0,
    pub aes_key0_w1: AES_KEY0_W1,
    pub aes_key0_w2: AES_KEY0_W2,
    pub aes_key0_w3: AES_KEY0_W3,
    pub status: STATUS,
    pub ctr_nonce0_w0: CTR_NONCE0_W0,
    pub ctr_nonce0_w1: CTR_NONCE0_W1,
    pub ctr_nonce0_w2: CTR_NONCE0_W2,
    pub ctr_nonce0_w3: CTR_NONCE0_W3,
    pub ctr_nonce1_w0: CTR_NONCE1_W0,
    pub ctr_nonce1_w1: CTR_NONCE1_W1,
    pub ctr_nonce1_w2: CTR_NONCE1_W2,
    pub ctr_nonce1_w3: CTR_NONCE1_W3,
    pub region1_top: REGION1_TOP,
    pub region1_bot: REGION1_BOT,
}

Register block

Fields

ctrl: CTRL

0x00 - BEE Control Register

addr_offset0: ADDR_OFFSET0

0x04 - no description available

addr_offset1: ADDR_OFFSET1

0x08 - no description available

aes_key0_w0: AES_KEY0_W0

0x0c - no description available

aes_key0_w1: AES_KEY0_W1

0x10 - no description available

aes_key0_w2: AES_KEY0_W2

0x14 - no description available

aes_key0_w3: AES_KEY0_W3

0x18 - no description available

status: STATUS

0x1c - no description available

ctr_nonce0_w0: CTR_NONCE0_W0

0x20 - no description available

ctr_nonce0_w1: CTR_NONCE0_W1

0x24 - no description available

ctr_nonce0_w2: CTR_NONCE0_W2

0x28 - no description available

ctr_nonce0_w3: CTR_NONCE0_W3

0x2c - no description available

ctr_nonce1_w0: CTR_NONCE1_W0

0x30 - no description available

ctr_nonce1_w1: CTR_NONCE1_W1

0x34 - no description available

ctr_nonce1_w2: CTR_NONCE1_W2

0x38 - no description available

ctr_nonce1_w3: CTR_NONCE1_W3

0x3c - no description available

region1_top: REGION1_TOP

0x40 - no description available

region1_bot: REGION1_BOT

0x44 - no description available

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, 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.