[][src]Struct mkl26z4::rcm::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub srs0: SRS0,
    pub srs1: SRS1,
    pub rpfc: RPFC,
    pub rpfw: RPFW,
    // some fields omitted
}

Register block

Fields

srs0: SRS0

0x00 - System Reset Status Register 0

srs1: SRS1

0x01 - System Reset Status Register 1

rpfc: RPFC

0x04 - Reset Pin Filter Control register

rpfw: RPFW

0x05 - Reset Pin Filter Width register

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