#[repr(u8)]
pub enum WIDTH_A {
    SINGLE_BIT_SPI,
    DUAL_OUTPUT,
    QUAD_OUTPUT,
    DUAL_IO,
    QUAD_IO,
    DUAL_CMD,
    QUAD_CMD,
}
Expand description

Width of Instruction Code, Address, Option Code and Data

Value on reset: 0

Variants

SINGLE_BIT_SPI

0: Instruction: Single-bit SPI / Address-Option: Single-bit SPI / Data: Single-bit SPI

DUAL_OUTPUT

1: Instruction: Single-bit SPI / Address-Option: Single-bit SPI / Data: Dual SPI

QUAD_OUTPUT

2: Instruction: Single-bit SPI / Address-Option: Single-bit SPI / Data: Quad SPI

DUAL_IO

3: Instruction: Single-bit SPI / Address-Option: Dual SPI / Data: Dual SPI

QUAD_IO

4: Instruction: Single-bit SPI / Address-Option: Quad SPI / Data: Quad SPI

DUAL_CMD

5: Instruction: Dual SPI / Address-Option: Dual SPI / Data: Dual SPI

QUAD_CMD

6: Instruction: Quad SPI / Address-Option: Quad SPI / Data: Quad SPI

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

Performs the conversion.

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.