Enum atsame54n19a_pac::sdhc0::ca1r::TCNTRT_A[][src]

#[repr(u8)]pub enum TCNTRT_A {
    DISABLED,
    _1S,
    _2S,
    _4S,
    _8S,
    _16S,
    _32S,
    _64S,
    _128S,
    _256S,
    _512S,
    _1024S,
    OTHER,
}

Timer Count for Re-Tuning

Value on reset: 0

Variants

DISABLED

0: Re-Tuning Timer disabled

_1S

1: 1 second

_2S

2: 2 seconds

_4S

3: 4 seconds

_8S

4: 8 seconds

_16S

5: 16 seconds

_32S

6: 32 seconds

_64S

7: 64 seconds

_128S

8: 128 seconds

_256S

9: 256 seconds

_512S

10: 512 seconds

_1024S

11: 1024 seconds

OTHER

15: Get information from other source

Trait Implementations

impl Clone for TCNTRT_A[src]

impl Copy for TCNTRT_A[src]

impl Debug for TCNTRT_A[src]

impl PartialEq<TCNTRT_A> for TCNTRT_A[src]

impl StructuralPartialEq for TCNTRT_A[src]

Auto Trait Implementations

impl Send for TCNTRT_A

impl Sync for TCNTRT_A

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