[][src]Struct wip_s32k144::rcm::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub verid: VERID,
    pub param: PARAM,
    pub srs: SRS,
    pub rpc: RPC,
    pub ssrs: SSRS,
    pub srie: SRIE,
    // some fields omitted
}

Register block

Fields

verid: VERID

0x00 - Version ID Register

param: PARAM

0x04 - Parameter Register

srs: SRS

0x08 - System Reset Status Register

rpc: RPC

0x0c - Reset Pin Control register

ssrs: SSRS

0x18 - Sticky System Reset Status Register

srie: SRIE

0x1c - System Reset Interrupt Enable Register

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> Same<T> for T

type Output = T

Should always be Self

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.