[][src]Enum atsame70j21b::afec0::afec_mr::STARTUP_A

#[repr(u8)]pub enum STARTUP_A {
    SUT0,
    SUT8,
    SUT16,
    SUT24,
    SUT64,
    SUT80,
    SUT96,
    SUT112,
    SUT512,
    SUT576,
    SUT640,
    SUT704,
    SUT768,
    SUT832,
    SUT896,
    SUT960,
}

Start-up Time

Value on reset: 0

Variants

SUT0

0: 0 periods of AFE clock

SUT8

1: 8 periods of AFE clock

SUT16

2: 16 periods of AFE clock

SUT24

3: 24 periods of AFE clock

SUT64

4: 64 periods of AFE clock

SUT80

5: 80 periods of AFE clock

SUT96

6: 96 periods of AFE clock

SUT112

7: 112 periods of AFE clock

SUT512

8: 512 periods of AFE clock

SUT576

9: 576 periods of AFE clock

SUT640

10: 640 periods of AFE clock

SUT704

11: 704 periods of AFE clock

SUT768

12: 768 periods of AFE clock

SUT832

13: 832 periods of AFE clock

SUT896

14: 896 periods of AFE clock

SUT960

15: 960 periods of AFE clock

Trait Implementations

impl Clone for STARTUP_A[src]

impl Copy for STARTUP_A[src]

impl Debug for STARTUP_A[src]

impl From<STARTUP_A> for u8[src]

impl PartialEq<STARTUP_A> for STARTUP_A[src]

impl StructuralPartialEq for STARTUP_A[src]

Auto Trait Implementations

impl Send for STARTUP_A

impl Sync for STARTUP_A

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