[][src]Struct ambiq_apollo3_pac::pwrctrl::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub supplysrc: SUPPLYSRC, pub supplystatus: SUPPLYSTATUS, pub devpwren: DEVPWREN, pub mempwdinsleep: MEMPWDINSLEEP, pub mempwren: MEMPWREN, pub mempwrstatus: MEMPWRSTATUS, pub devpwrstatus: DEVPWRSTATUS, pub sramctrl: SRAMCTRL, pub adcstatus: ADCSTATUS, pub misc: MISC, pub devpwreventen: DEVPWREVENTEN, pub mempwreventen: MEMPWREVENTEN, }

Register block

Fields

supplysrc: SUPPLYSRC

0x00 - Voltage Regulator Select Register

supplystatus: SUPPLYSTATUS

0x04 - Voltage Regulators status

devpwren: DEVPWREN

0x08 - Device Power Enables

mempwdinsleep: MEMPWDINSLEEP

0x0c - Powerdown SRAM banks in Deep Sleep mode

mempwren: MEMPWREN

0x10 - Enables individual banks of the MEMORY array

mempwrstatus: MEMPWRSTATUS

0x14 - Mem Power ON Status

devpwrstatus: DEVPWRSTATUS

0x18 - Device Power ON Status

sramctrl: SRAMCTRL

0x1c - SRAM Control register

adcstatus: ADCSTATUS

0x20 - Power Status Register for ADC Block

misc: MISC

0x24 - Power Optimization Control Bits

devpwreventen: DEVPWREVENTEN

0x28 - Event enable register to control which DEVPWRSTATUS bits are routed to event input of CPU.

mempwreventen: MEMPWREVENTEN

0x2c - Event enable register to control which MEMPWRSTATUS bits are routed to event input of CPU.

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self