Enum atsam4e16c_pac::hsmci::dtor::DTOMUL_A[][src]

#[repr(u8)]pub enum DTOMUL_A {
    _1,
    _16,
    _128,
    _256,
    _1024,
    _4096,
    _65536,
    _1048576,
}

Data Timeout Multiplier

Value on reset: 0

Variants

_1

0: DTOCYC

_16

1: DTOCYC x 16

_128

2: DTOCYC x 128

_256

3: DTOCYC x 256

_1024

4: DTOCYC x 1024

_4096

5: DTOCYC x 4096

_65536

6: DTOCYC x 65536

_1048576

7: DTOCYC x 1048576

Trait Implementations

impl Clone for DTOMUL_A[src]

impl Copy for DTOMUL_A[src]

impl Debug for DTOMUL_A[src]

impl PartialEq<DTOMUL_A> for DTOMUL_A[src]

impl StructuralPartialEq for DTOMUL_A[src]

Auto Trait Implementations

impl Send for DTOMUL_A

impl Sync for DTOMUL_A

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