Enum msp432p401r::flctl::flctl_rdbrst_ctlstat::BRST_STAT_A[][src]

#[repr(u8)]pub enum BRST_STAT_A {
    BRST_STAT_0,
    BRST_STAT_1,
    BRST_STAT_2,
    BRST_STAT_3,
}

Status of Burst/Compare operation

Value on reset: 0

Variants

BRST_STAT_0

0: Idle

BRST_STAT_1

1: Burst/Compare START bit written, but operation pending

BRST_STAT_2

2: Burst/Compare in progress

BRST_STAT_3

3: Burst complete (status of completed burst remains in this state unless explicitly cleared by SW)

Trait Implementations

impl Clone for BRST_STAT_A[src]

impl Copy for BRST_STAT_A[src]

impl Debug for BRST_STAT_A[src]

impl PartialEq<BRST_STAT_A> for BRST_STAT_A[src]

impl StructuralPartialEq for BRST_STAT_A[src]

Auto Trait Implementations

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.