Enum atsam4lc8a_pac::hflashc::fcmd::CMD_A[][src]

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

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

impl Clone for CMD_A[src]

impl Copy for CMD_A[src]

impl Debug for CMD_A[src]

impl PartialEq<CMD_A> for CMD_A[src]

impl StructuralPartialEq for CMD_A[src]

Auto Trait Implementations

impl Send for CMD_A

impl Sync for CMD_A

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