[][src]Enum atsame70q19b::smc::smc_cs_number::smc_mode::EXNW_MODE_A

#[repr(u8)]pub enum EXNW_MODE_A {
    DISABLED,
    FROZEN,
    READY,
}

NWAIT Mode

Value on reset: 0

Variants

DISABLED

0: Disabled-The NWAIT input signal is ignored on the corresponding chip select.

FROZEN

2: Frozen Mode-If asserted, the NWAIT signal freezes the current read or write cycle. After deassertion, the read/write cycle is resumed from the point where it was stopped.

READY

3: Ready Mode-The NWAIT signal indicates the availability of the external device at the end of the pulse of the controlling read or write signal, to complete the access. If high, the access normally completes. If low, the access is extended until NWAIT returns high.

Trait Implementations

impl Clone for EXNW_MODE_A[src]

impl Copy for EXNW_MODE_A[src]

impl Debug for EXNW_MODE_A[src]

impl From<EXNW_MODE_A> for u8[src]

impl PartialEq<EXNW_MODE_A> for EXNW_MODE_A[src]

impl StructuralPartialEq for EXNW_MODE_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.