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

#[repr(u8)]pub enum MEM_TYPE_A {
    MEM_TYPE_0,
    MEM_TYPE_1,
    MEM_TYPE_3,
}

Type of memory that burst is carried out on

Value on reset: 0

Variants

MEM_TYPE_0

0: Main Memory

MEM_TYPE_1

1: Information Memory

MEM_TYPE_3

3: Engineering Memory

Trait Implementations

impl Clone for MEM_TYPE_A[src]

impl Copy for MEM_TYPE_A[src]

impl Debug for MEM_TYPE_A[src]

impl PartialEq<MEM_TYPE_A> for MEM_TYPE_A[src]

impl StructuralPartialEq for MEM_TYPE_A[src]

Auto Trait Implementations

impl Send for MEM_TYPE_A

impl Sync for MEM_TYPE_A

impl Unpin for MEM_TYPE_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.