[][src]Enum atsame70j19b::qspi::qspi_ifr::OPTL_A

#[repr(u8)]pub enum OPTL_A {
    OPTION_1BIT,
    OPTION_2BIT,
    OPTION_4BIT,
    OPTION_8BIT,
}

Option Code Length

Value on reset: 0

Variants

OPTION_1BIT

0: The option code is 1 bit long.

OPTION_2BIT

1: The option code is 2 bits long.

OPTION_4BIT

2: The option code is 4 bits long.

OPTION_8BIT

3: The option code is 8 bits long.

Trait Implementations

impl Clone for OPTL_A[src]

impl Copy for OPTL_A[src]

impl Debug for OPTL_A[src]

impl From<OPTL_A> for u8[src]

impl PartialEq<OPTL_A> for OPTL_A[src]

impl StructuralPartialEq for OPTL_A[src]

Auto Trait Implementations

impl Send for OPTL_A

impl Sync for OPTL_A

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