Enum atsame54n19a_pac::sercom0::i2cm::ctrla::SDAHOLD_A[][src]

#[repr(u8)]pub enum SDAHOLD_A {
    DISABLE,
    _75NS,
    _450NS,
    _600NS,
}

SDA Hold Time

Value on reset: 0

Variants

DISABLE

0: Disabled

_75NS

1: 50-100ns hold time

_450NS

2: 300-600ns hold time

_600NS

3: 400-800ns hold time

Trait Implementations

impl Clone for SDAHOLD_A[src]

impl Copy for SDAHOLD_A[src]

impl Debug for SDAHOLD_A[src]

impl PartialEq<SDAHOLD_A> for SDAHOLD_A[src]

impl StructuralPartialEq for SDAHOLD_A[src]

Auto Trait Implementations

impl Send for SDAHOLD_A

impl Sync for SDAHOLD_A

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