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,
    _2048,
    _2112,
    _2176,
    _2240,
    _2304,
    _2368,
    _2432,
    _2496,
    _2560,
    _2624,
    _2688,
    _2752,
    _2816,
    _2880,
    _2944,
    _3008,
    _3072,
    _3136,
    _3200,
    _3264,
    _3328,
    _3392,
    _3456,
    _3520,
    _3584,
    _3648,
    _3712,
    _3776,
    _3840,
    _3904,
    _3968,
    _4032,
}

Startup Time Selection

Value on reset: 0

Variants

_0

0: 0 periods of peripheral clock

_8

1: 8 periods of peripheral clock

_16

2: 16 periods of peripheral clock

_24

3: 24 periods of peripheral clock

_64

4: 64 periods of peripheral clock

_80

5: 80 periods of peripheral clock

_96

6: 96 periods of peripheral clock

_112

7: 112 periods of peripheral clock

_512

8: 512 periods of peripheral clock

_576

9: 576 periods of peripheral clock

_640

10: 640 periods of peripheral clock

_704

11: 704 periods of peripheral clock

_768

12: 768 periods of peripheral clock

_832

13: 832 periods of peripheral clock

_896

14: 896 periods of peripheral clock

_960

15: 960 periods of peripheral clock

_1024

16: 1024 periods of peripheral clock

_1088

17: 1088 periods of peripheral clock

_1152

18: 1152 periods of peripheral clock

_1216

19: 1216 periods of peripheral clock

_1280

20: 1280 periods of peripheral clock

_1344

21: 1344 periods of peripheral clock

_1408

22: 1408 periods of peripheral clock

_1472

23: 1472 periods of peripheral clock

_1536

24: 1536 periods of peripheral clock

_1600

25: 1600 periods of peripheral clock

_1664

26: 1664 periods of peripheral clock

_1728

27: 1728 periods of peripheral clock

_1792

28: 1792 periods of peripheral clock

_1856

29: 1856 periods of peripheral clock

_1920

30: 1920 periods of peripheral clock

_1984

31: 1984 periods of peripheral clock

_2048

32: 2048 periods of peripheral clock

_2112

33: 2112 periods of peripheral clock

_2176

34: 2176 periods of peripheral clock

_2240

35: 2240 periods of peripheral clock

_2304

36: 2304 periods of peripheral clock

_2368

37: 2368 periods of peripheral clock

_2432

38: 2432 periods of peripheral clock

_2496

39: 2496 periods of peripheral clock

_2560

40: 2560 periods of peripheral clock

_2624

41: 2624 periods of peripheral clock

_2688

42: 2688 periods of peripheral clock

_2752

43: 2752 periods of peripheral clock

_2816

44: 2816 periods of peripheral clock

_2880

45: 2880 periods of peripheral clock

_2944

46: 2944 periods of peripheral clock

_3008

47: 3008 periods of peripheral clock

_3072

48: 3072 periods of peripheral clock

_3136

49: 3136 periods of peripheral clock

_3200

50: 3200 periods of peripheral clock

_3264

51: 3264 periods of peripheral clock

_3328

52: 3328 periods of peripheral clock

_3392

53: 3392 periods of peripheral clock

_3456

54: 3456 periods of peripheral clock

_3520

55: 3520 periods of peripheral clock

_3584

56: 3584 periods of peripheral clock

_3648

57: 3648 periods of peripheral clock

_3712

58: 3712 periods of peripheral clock

_3776

59: 3776 periods of peripheral clock

_3840

60: 3840 periods of peripheral clock

_3904

61: 3904 periods of peripheral clock

_3968

62: 3968 periods of peripheral clock

_4032

63: 4032 periods of peripheral clock

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.