Enum atsame70q20_pac::twihs0::mmr::IADRSZ_A[][src]

#[repr(u8)]pub enum IADRSZ_A {
    NONE,
    _1_BYTE,
    _2_BYTE,
    _3_BYTE,
}

Internal Device Address Size

Value on reset: 0

Variants

NONE

0: No internal device address

_1_BYTE

1: One-byte internal device address

_2_BYTE

2: Two-byte internal device address

_3_BYTE

3: Three-byte internal device address

Trait Implementations

impl Clone for IADRSZ_A[src]

impl Copy for IADRSZ_A[src]

impl Debug for IADRSZ_A[src]

impl PartialEq<IADRSZ_A> for IADRSZ_A[src]

impl StructuralPartialEq for IADRSZ_A[src]

Auto Trait Implementations

impl Send for IADRSZ_A

impl Sync for IADRSZ_A

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