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

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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.