[][src]Struct atsams70q20b::trng::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub trng_cr: TRNG_CR,
    pub trng_ier: TRNG_IER,
    pub trng_idr: TRNG_IDR,
    pub trng_imr: TRNG_IMR,
    pub trng_isr: TRNG_ISR,
    pub trng_odata: TRNG_ODATA,
    // some fields omitted
}

Register block

Fields

trng_cr: TRNG_CR

0x00 - Control Register

trng_ier: TRNG_IER

0x10 - Interrupt Enable Register

trng_idr: TRNG_IDR

0x14 - Interrupt Disable Register

trng_imr: TRNG_IMR

0x18 - Interrupt Mask Register

trng_isr: TRNG_ISR

0x1c - Interrupt Status Register

trng_odata: TRNG_ODATA

0x50 - Output Data Register

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