[][src]Enum atsame70j20b::qspi::qspi_mr::CSMODE_A

#[repr(u8)]pub enum CSMODE_A {
    NOT_RELOADED,
    LASTXFER,
    SYSTEMATICALLY,
}

Chip Select Mode

Value on reset: 0

Variants

NOT_RELOADED

0: The chip select is deasserted if QSPI_TDR.TD has not been reloaded before the end of the current transfer.

LASTXFER

1: The chip select is deasserted when the bit LASTXFER is written at 1 and the character written in QSPI_TDR.TD has been transferred.

SYSTEMATICALLY

2: The chip select is deasserted systematically after each transfer.

Trait Implementations

impl Clone for CSMODE_A[src]

impl Copy for CSMODE_A[src]

impl Debug for CSMODE_A[src]

impl From<CSMODE_A> for u8[src]

impl PartialEq<CSMODE_A> for CSMODE_A[src]

impl StructuralPartialEq for CSMODE_A[src]

Auto Trait Implementations

impl Send for CSMODE_A

impl Sync for CSMODE_A

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