[][src]Struct cc2650::aon_wuc::pwrstat::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn reserved10(&self) -> RESERVED10R[src]

Bits 10:31 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn aux_pwr_dwn(&self) -> AUX_PWR_DWNR[src]

Bit 9 - Indicates the AUX powerdown state when AUX domain is powered up. 0: Active mode 1: AUX Powerdown request has been granted

pub fn reserved7(&self) -> RESERVED7R[src]

Bits 7:8 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn jtag_pd_on(&self) -> JTAG_PD_ONR[src]

Bit 6 - Indicates JTAG power state: 0: JTAG is powered off 1: JTAG is powered on

pub fn aux_pd_on(&self) -> AUX_PD_ONR[src]

Bit 5 - Indicates AUX power state: 0: AUX is not ready for use ( may be powered off or in power state transition ) 1: AUX is powered on, connected to bus and ready for use,

pub fn mcu_pd_on(&self) -> MCU_PD_ONR[src]

Bit 4 - Indicates MCU power state: 0: MCU Power sequencing is not yet finalized and MCU_AONIF registers may not be reliable 1: MCU Power sequencing is finalized and all MCU_AONIF registers are reliable

pub fn reserved3(&self) -> RESERVED3R[src]

Bit 3 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn aux_bus_connected(&self) -> AUX_BUS_CONNECTEDR[src]

Bit 2 - Indicates that AUX Bus is connected: 0: AUX bus is not connected 1: AUX bus is connected ( idle_ack = 0 )

pub fn aux_reset_done(&self) -> AUX_RESET_DONER[src]

Bit 1 - Indicates Reset Done from AUX: 0: AUX is being reset 1: AUX reset is released

pub fn reserved0(&self) -> RESERVED0R[src]

Bit 0 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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, 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]