Enum atsam4e16c_pac::dacc::mr::STARTUP_A[][src]

#[repr(u8)]pub enum STARTUP_A {
    _0,
    _8,
    _16,
    _24,
    _64,
    _80,
    _96,
    _112,
    _512,
    _576,
    _640,
    _704,
    _768,
    _832,
    _896,
    _960,
    _1024,
    _1088,
    _1152,
    _1216,
    _1280,
    _1344,
    _1408,
    _1472,
    _1536,
    _1600,
    _1664,
    _1728,
    _1792,
    _1856,
    _1920,
    _1984,
}

Startup Time Selection

Value on reset: 0

Variants

_0

0: 0 periods of DACClock

_8

1: 8 periods of DACClock

_16

2: 16 periods of DACClock

_24

3: 24 periods of DACClock

_64

4: 64 periods of DACClock

_80

5: 80 periods of DACClock

_96

6: 96 periods of DACClock

_112

7: 112 periods of DACClock

_512

8: 512 periods of DACClock

_576

9: 576 periods of DACClock

_640

10: 640 periods of DACClock

_704

11: 704 periods of DACClock

_768

12: 768 periods of DACClock

_832

13: 832 periods of DACClock

_896

14: 896 periods of DACClock

_960

15: 960 periods of DACClock

_1024

16: 1024 periods of DACClock

_1088

17: 1088 periods of DACClock

_1152

18: 1152 periods of DACClock

_1216

19: 1216 periods of DACClock

_1280

20: 1280 periods of DACClock

_1344

21: 1344 periods of DACClock

_1408

22: 1408 periods of DACClock

_1472

23: 1472 periods of DACClock

_1536

24: 1536 periods of DACClock

_1600

25: 1600 periods of DACClock

_1664

26: 1664 periods of DACClock

_1728

27: 1728 periods of DACClock

_1792

28: 1792 periods of DACClock

_1856

29: 1856 periods of DACClock

_1920

30: 1920 periods of DACClock

_1984

31: 1984 periods of DACClock

Trait Implementations

impl Clone for STARTUP_A[src]

impl Copy for STARTUP_A[src]

impl Debug for STARTUP_A[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.