[][src]Struct lpc55s6x_pac::rng::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub random_number: RANDOM_NUMBER,
    pub encrypted_number: ENCRYPTED_NUMBER,
    pub counter_val: COUNTER_VAL,
    pub counter_cfg: COUNTER_CFG,
    pub online_test_cfg: ONLINE_TEST_CFG,
    pub online_test_val: ONLINE_TEST_VAL,
    pub misc_cfg: MISC_CFG,
    pub powerdown: POWERDOWN,
    pub moduleid: MODULEID,
    // some fields omitted
}

Register block

Fields

random_number: RANDOM_NUMBER

0x00 - This register contains a random 32 bit number which is computed on demand, at each time it is read

encrypted_number: ENCRYPTED_NUMBER

0x04 - This register contains a random 32 bit number which is pre-computed

counter_val: COUNTER_VAL

0x08 - no description available

counter_cfg: COUNTER_CFG

0x0c - no description available

online_test_cfg: ONLINE_TEST_CFG

0x10 - no description available

online_test_val: ONLINE_TEST_VAL

0x14 - no description available

misc_cfg: MISC_CFG

0x18 - no description available

powerdown: POWERDOWN

0xff4 - Powerdown mode (standard but certainly useless here)

moduleid: MODULEID

0xffc - IP identifier

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self