Enum msp432p401r::flctl::flctl_power_stat::PSTAT_A[][src]

#[repr(u8)]pub enum PSTAT_A {
    PSTAT_0,
    PSTAT_1,
    PSTAT_2,
    PSTAT_3,
    PSTAT_4,
    PSTAT_5,
    PSTAT_6,
    PSTAT_7,
}

Flash power status

Value on reset: 0

Variants

PSTAT_0

0: Flash IP in power-down mode

PSTAT_1

1: Flash IP Vdd domain power-up in progress

PSTAT_2

2: PSS LDO_GOOD, IREF_OK and VREF_OK check in progress

PSTAT_3

3: Flash IP SAFE_LV check in progress

PSTAT_4

4: Flash IP Active

PSTAT_5

5: Flash IP Active in Low-Frequency Active and Low-Frequency LPM0 modes.

PSTAT_6

6: Flash IP in Standby mode

PSTAT_7

7: Flash IP in Current mirror boost state

Trait Implementations

impl Clone for PSTAT_A[src]

impl Copy for PSTAT_A[src]

impl Debug for PSTAT_A[src]

impl PartialEq<PSTAT_A> for PSTAT_A[src]

impl StructuralPartialEq for PSTAT_A[src]

Auto Trait Implementations

impl Send for PSTAT_A

impl Sync for PSTAT_A

impl Unpin for PSTAT_A

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.