#[repr(u8)]
pub enum CMD_A {
Show 18 variants NOP, WP, EP, CPB, LP, UP, EA, WGPB, EGPB, SSB, PGPFB, EAGPF, QPR, WUP, EUP, QPRUP, HSEN, HSDIS,
}
Expand description

Command

Value on reset: 0

Variants

NOP

0: No Operation

WP

1: Write Page

EP

2: Erase Page

CPB

3: Clear Page Buffer

LP

4: Lock Region containing page

UP

5: Unlock Region containing page

EA

6: Erase All, including secuity and fuse bits

WGPB

7: Write General-Purpose fuse Bit

EGPB

8: Erase General-Purpose fuse Bit

SSB

9: Set Security Bit

PGPFB

10: Program GPFuse Byte

EAGPF

11: Erase All GP Fuses

QPR

12: Quick Page Read

WUP

13: Write User Page

EUP

14: Erase User Page

QPRUP

15: Quick Page Read User Page

HSEN

16: High Speed Mode Enable

HSDIS

17: High Speed Mode Disable

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.