Enum msp432p401r::flctl::flctl_prgbrst_ctlstat::BURST_STATUS_A[][src]

#[repr(u8)]pub enum BURST_STATUS_A {
    BURST_STATUS_0,
    BURST_STATUS_1,
    BURST_STATUS_2,
    BURST_STATUS_3,
    BURST_STATUS_4,
    BURST_STATUS_5,
    BURST_STATUS_7,
}

Status of a Burst Operation

Value on reset: 0

Variants

BURST_STATUS_0

0: Idle (Burst not active)

BURST_STATUS_1

1: Burst program started but pending

BURST_STATUS_2

2: Burst active, with 1st 128 bit word being written into Flash

BURST_STATUS_3

3: Burst active, with 2nd 128 bit word being written into Flash

BURST_STATUS_4

4: Burst active, with 3rd 128 bit word being written into Flash

BURST_STATUS_5

5: Burst active, with 4th 128 bit word being written into Flash

BURST_STATUS_7

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

Trait Implementations

impl Clone for BURST_STATUS_A[src]

impl Copy for BURST_STATUS_A[src]

impl Debug for BURST_STATUS_A[src]

impl PartialEq<BURST_STATUS_A> for BURST_STATUS_A[src]

impl StructuralPartialEq for BURST_STATUS_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.