Struct msp432p401r::flctl::flctl_power_stat::R[][src]

pub struct R(_);

Register FLCTL_POWER_STAT reader

Implementations

impl R[src]

pub fn pstat(&self) -> PSTAT_R[src]

Bits 0:2 - Flash power status

pub fn ldostat(&self) -> LDOSTAT_R[src]

Bit 3 - PSS FLDO GOOD status

pub fn vrefstat(&self) -> VREFSTAT_R[src]

Bit 4 - PSS VREF stable status

pub fn irefstat(&self) -> IREFSTAT_R[src]

Bit 5 - PSS IREF stable status

pub fn trimstat(&self) -> TRIMSTAT_R[src]

Bit 6 - PSS trim done status

pub fn rd_2t(&self) -> RD_2T_R[src]

Bit 7 - Indicates if Flash is being accessed in 2T mode

Methods from Deref<Target = R<FLCTL_POWER_STAT_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<FLCTL_POWER_STAT_SPEC>

The resulting type after dereferencing.

impl From<R<FLCTL_POWER_STAT_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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