[][src]Enum atsame70q20b::smc::smc_cs_number::smc_mode::BAT_A

pub enum BAT_A {
    BYTE_SELECT,
    BYTE_WRITE,
}

Byte Access Type

Value on reset: 0

Variants

BYTE_SELECT

0: Byte select access type:- Write operation is controlled using NCS, NWE, NBS0, NBS1.- Read operation is controlled using NCS, NRD, NBS0, NBS1.

BYTE_WRITE

1: Byte write access type:- Write operation is controlled using NCS, NWR0, NWR1.- Read operation is controlled using NCS and NRD.

Trait Implementations

impl Clone for BAT_A[src]

impl Copy for BAT_A[src]

impl Debug for BAT_A[src]

impl From<BAT_A> for bool[src]

impl PartialEq<BAT_A> for BAT_A[src]

impl StructuralPartialEq for BAT_A[src]

Auto Trait Implementations

impl Send for BAT_A

impl Sync for BAT_A

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