Struct lpc55_pac::rng::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub random_number: Reg<RANDOM_NUMBER_SPEC>, pub counter_val: Reg<COUNTER_VAL_SPEC>, pub counter_cfg: Reg<COUNTER_CFG_SPEC>, pub online_test_cfg: Reg<ONLINE_TEST_CFG_SPEC>, pub online_test_val: Reg<ONLINE_TEST_VAL_SPEC>, pub moduleid: Reg<MODULEID_SPEC>, // some fields omitted }

Register block

Fields

random_number: Reg<RANDOM_NUMBER_SPEC>

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

counter_val: Reg<COUNTER_VAL_SPEC>

0x08 - no description available

counter_cfg: Reg<COUNTER_CFG_SPEC>

0x0c - no description available

online_test_cfg: Reg<ONLINE_TEST_CFG_SPEC>

0x10 - no description available

online_test_val: Reg<ONLINE_TEST_VAL_SPEC>

0x14 - no description available

moduleid: Reg<MODULEID_SPEC>

0xffc - IP identifier

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.