[][src]Enum lpc54606_pac::spifi0::mcmd::FRAMEFORM_A

#[repr(u8)]pub enum FRAMEFORM_A {
    OPCODE,
    OPCODE_1_BYTE,
    OPCODE_2_BYTES,
    OPCODE_3_BYTES,
    OPCODE_4_BYTES,
    NO_OPCODE_3_BYTES,
    NO_OPCODE_4_BYTES,
}

This field controls the opcode and address fields.

Value on reset: 0

Variants

OPCODE

1: Opcode. Opcode only, no address.

OPCODE_1_BYTE

2: Opcode one byte. Opcode, least-significant byte of address.

OPCODE_2_BYTES

3: Opcode two bytes. Opcode, 2 least-significant bytes of address.

OPCODE_3_BYTES

4: Opcode three bytes. Opcode, 3 least-significant bytes of address.

OPCODE_4_BYTES

5: Opcode four bytes. Opcode, 4 bytes of address.

NO_OPCODE_3_BYTES

6: No opcode three bytes. No opcode, 3 least-significant bytes of address.

NO_OPCODE_4_BYTES

7: No opcode, 4 bytes of address.

Trait Implementations

impl Clone for FRAMEFORM_A[src]

impl Copy for FRAMEFORM_A[src]

impl Debug for FRAMEFORM_A[src]

impl From<FRAMEFORM_A> for u8[src]

impl PartialEq<FRAMEFORM_A> for FRAMEFORM_A[src]

impl StructuralPartialEq for FRAMEFORM_A[src]

Auto Trait Implementations

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.