[][src]Struct xmc4400::scu_power::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub pwrstat: PWRSTAT,
    pub pwrset: PWRSET,
    pub pwrclr: PWRCLR,
    pub evrstat: EVRSTAT,
    pub evrvadcstat: EVRVADCSTAT,
    pub pwrmon: PWRMON,
    // some fields omitted
}

Register block

Fields

pwrstat: PWRSTAT

0x00 - PCU Status Register

pwrset: PWRSET

0x04 - PCU Set Control Register

pwrclr: PWRCLR

0x08 - PCU Clear Control Register

evrstat: EVRSTAT

0x10 - EVR Status Register

evrvadcstat: EVRVADCSTAT

0x14 - EVR VADC Status Register

pwrmon: PWRMON

0x2c - Power Monitor Control

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.