[][src]Enum xmc1100::nvm::nvmprog::ACTION_A

pub enum ACTION_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
}

ACTION: [VERIFY, ONE_SHOT, OPTYPE]

Value on reset: 0

Variants

VALUE1

0: Idle state, no action triggered. Writing 0x00 exits current mode.

VALUE2

81: Start one-shot write operation with automatic verify.

VALUE3

145: Start one-shot write operation without verify.

VALUE4

97: Start continuous write operation with automatic verify of every write.

VALUE5

161: Start continuous write operation without verify.

VALUE6

146: Start one-shot page erase operation.

VALUE7

162: Start continuous page erase operation.

VALUE8

208: Start one-shot verify-only: Written data is compared to array content.

VALUE9

224: Start continuous verify-only: Written data is compared to array content.

Trait Implementations

impl Clone for ACTION_A[src]

impl Copy for ACTION_A[src]

impl Debug for ACTION_A[src]

impl From<ACTION_A> for u8[src]

impl PartialEq<ACTION_A> for ACTION_A[src]

impl StructuralPartialEq for ACTION_A[src]

Auto Trait Implementations

impl Send for ACTION_A

impl Sync for ACTION_A

impl Unpin for ACTION_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> Same<T> for T

type Output = T

Should always be Self

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.