[][src]Struct e310x::pmu::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pmuwakepm: [PMUWAKEPM; 8],
    pub pmusleeppm: [PMUSLEEPPM; 8],
    pub pmuie: PMUIE,
    pub pmucause: PMUCAUSE,
    pub pmusleep: PMUSLEEP,
    pub pmukey: PMUKEY,
    // some fields omitted
}

Register block

Fields

pmuwakepm: [PMUWAKEPM; 8]

0x100 - PMU Wake Program Memory

pmusleeppm: [PMUSLEEPPM; 8]

0x120 - PMU Sleep Program Memory

pmuie: PMUIE

0x140 - PMU Interrupt Enable Register

pmucause: PMUCAUSE

0x144 - PMU Cause Register

pmusleep: PMUSLEEP

0x148 - PMU Sleep Register

pmukey: PMUKEY

0x14c - PMU Key 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]