[][src]Enum atsame70j21b::qspi::qspi_ifr::WIDTH_A

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

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

impl Clone for WIDTH_A[src]

impl Copy for WIDTH_A[src]

impl Debug for WIDTH_A[src]

impl From<WIDTH_A> for u8[src]

impl PartialEq<WIDTH_A> for WIDTH_A[src]

impl StructuralPartialEq for WIDTH_A[src]

Auto Trait Implementations

impl Send for WIDTH_A

impl Sync for WIDTH_A

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