#[repr(u8)]
pub enum STARTUP_A {
Show 64 variants _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,
}
Expand description

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

§

_2048

32: 2048 periods of DACClock

§

_2112

33: 2112 periods of DACClock

§

_2176

34: 2176 periods of DACClock

§

_2240

35: 2240 periods of DACClock

§

_2304

36: 2304 periods of DACClock

§

_2368

37: 2368 periods of DACClock

§

_2432

38: 2432 periods of DACClock

§

_2496

39: 2496 periods of DACClock

§

_2560

40: 2560 periods of DACClock

§

_2624

41: 2624 periods of DACClock

§

_2688

42: 2688 periods of DACClock

§

_2752

43: 2752 periods of DACClock

§

_2816

44: 2816 periods of DACClock

§

_2880

45: 2880 periods of DACClock

§

_2944

46: 2944 periods of DACClock

§

_3008

47: 3008 periods of DACClock

§

_3072

48: 3072 periods of DACClock

§

_3136

49: 3136 periods of DACClock

§

_3200

50: 3200 periods of DACClock

§

_3264

51: 3264 periods of DACClock

§

_3328

52: 3328 periods of DACClock

§

_3392

53: 3392 periods of DACClock

§

_3456

54: 3456 periods of DACClock

§

_3520

55: 3520 periods of DACClock

§

_3584

56: 3584 periods of DACClock

§

_3648

57: 3648 periods of DACClock

§

_3712

58: 3712 periods of DACClock

§

_3776

59: 3776 periods of DACClock

§

_3840

60: 3840 periods of DACClock

§

_3904

61: 3904 periods of DACClock

§

_3968

62: 3968 periods of DACClock

§

_4032

63: 4032 periods of DACClock

Trait Implementations§

source§

impl Clone for STARTUP_A

source§

fn clone(&self) -> STARTUP_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for STARTUP_A

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<STARTUP_A> for u8

source§

fn from(variant: STARTUP_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq<STARTUP_A> for STARTUP_A

source§

fn eq(&self, other: &STARTUP_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for STARTUP_A

source§

impl Eq for STARTUP_A

source§

impl StructuralEq for STARTUP_A

source§

impl StructuralPartialEq for STARTUP_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.