[][src]Struct xmc4800::scu_reset::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub rststat: RSTSTAT,
    pub rstset: RSTSET,
    pub rstclr: RSTCLR,
    pub prstat0: PRSTAT0,
    pub prset0: PRSET0,
    pub prclr0: PRCLR0,
    pub prstat1: PRSTAT1,
    pub prset1: PRSET1,
    pub prclr1: PRCLR1,
    pub prstat2: PRSTAT2,
    pub prset2: PRSET2,
    pub prclr2: PRCLR2,
    pub prstat3: PRSTAT3,
    pub prset3: PRSET3,
    pub prclr3: PRCLR3,
}

Register block

Fields

rststat: RSTSTAT

0x00 - RCU Reset Status

rstset: RSTSET

0x04 - RCU Reset Set Register

rstclr: RSTCLR

0x08 - RCU Reset Clear Register

prstat0: PRSTAT0

0x0c - RCU Peripheral 0 Reset Status

prset0: PRSET0

0x10 - RCU Peripheral 0 Reset Set

prclr0: PRCLR0

0x14 - RCU Peripheral 0 Reset Clear

prstat1: PRSTAT1

0x18 - RCU Peripheral 1 Reset Status

prset1: PRSET1

0x1c - RCU Peripheral 1 Reset Set

prclr1: PRCLR1

0x20 - RCU Peripheral 1 Reset Clear

prstat2: PRSTAT2

0x24 - RCU Peripheral 2 Reset Status

prset2: PRSET2

0x28 - RCU Peripheral 2 Reset Set

prclr2: PRCLR2

0x2c - RCU Peripheral 2 Reset Clear

prstat3: PRSTAT3

0x30 - RCU Peripheral 3 Reset Status

prset3: PRSET3

0x34 - RCU Peripheral 3 Reset Set

prclr3: PRCLR3

0x38 - RCU Peripheral 3 Reset Clear

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