Enum xmc1000::nvm::nvmprog::ACTIONR[][src]

pub enum ACTIONR {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    _Reserved(u8),
}

Possible values of the field ACTION

Variants

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

Start one-shot write operation with automatic verify.

Start one-shot write operation without verify.

Start continuous write operation with automatic verify of every write.

Start continuous write operation without verify.

Start one-shot page erase operation.

Start continuous page erase operation.

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

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

Reserved

Methods

impl ACTIONR
[src]

Value of the field as raw bits

Checks if the value of the field is VALUE1

Checks if the value of the field is VALUE2

Checks if the value of the field is VALUE3

Checks if the value of the field is VALUE4

Checks if the value of the field is VALUE5

Checks if the value of the field is VALUE6

Checks if the value of the field is VALUE7

Checks if the value of the field is VALUE8

Checks if the value of the field is VALUE9

Trait Implementations

impl Clone for ACTIONR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ACTIONR
[src]

impl Debug for ACTIONR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ACTIONR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ACTIONR

impl Sync for ACTIONR