[][src]Enum atsams70n19::qspi::qspi_ifr::WIDTHR

pub enum WIDTHR {
    SINGLE_BIT_SPI,
    DUAL_OUTPUT,
    QUAD_OUTPUT,
    DUAL_IO,
    QUAD_IO,
    DUAL_CMD,
    QUAD_CMD,
}

Possible values of the field WIDTH

Variants

SINGLE_BIT_SPI

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

DUAL_OUTPUT

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

QUAD_OUTPUT

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

DUAL_IO

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

QUAD_IO

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

DUAL_CMD

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

QUAD_CMD

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

Trait Implementations

impl ToBits<u8> for WIDTHR[src]

impl Debug for WIDTHR[src]

impl PartialEq<WIDTHR> for WIDTHR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for WIDTHR[src]

impl Clone for WIDTHR[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for WIDTHR

impl Sync for WIDTHR

impl Send for WIDTHR

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self