[][src]Struct efm32pg12_pac::trng0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub control: CONTROL,
    pub fifolevel: FIFOLEVEL,
    pub fifodepth: FIFODEPTH,
    pub key0: KEY0,
    pub key1: KEY1,
    pub key2: KEY2,
    pub key3: KEY3,
    pub testdata: TESTDATA,
    pub status: STATUS,
    pub initwaitval: INITWAITVAL,
    pub fifo: FIFO,
    // some fields omitted
}

Register block

Fields

control: CONTROL

0x00 - Main Control Register

fifolevel: FIFOLEVEL

0x04 - FIFO Level Register

fifodepth: FIFODEPTH

0x0c - FIFO Depth Register

key0: KEY0

0x10 - Key Register 0

key1: KEY1

0x14 - Key Register 1

key2: KEY2

0x18 - Key Register 2

key3: KEY3

0x1c - Key Register 3

testdata: TESTDATA

0x20 - Test Data Register

status: STATUS

0x30 - Status Register

initwaitval: INITWAITVAL

0x34 - Initial Wait Counter

fifo: FIFO

0x100 - FIFO Data

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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