#[repr(u8)]
pub enum STARTUP_A {
Show 16 variants CYCLE1, CYCLE2, CYCLE4, CYCLE8, CYCLE16, CYCLE32, CYCLE64, CYCLE128, CYCLE256, CYCLE512, CYCLE1024, CYCLE2048, CYCLE4096, CYCLE8192, CYCLE16384, CYCLE32768,
}
Expand description

Start-Up Time

Value on reset: 0

Variants

CYCLE1

0: 31 us

CYCLE2

1: 61 us

CYCLE4

2: 122 us

CYCLE8

3: 244 us

CYCLE16

4: 488 us

CYCLE32

5: 977 us

CYCLE64

6: 1953 us

CYCLE128

7: 3906 us

CYCLE256

8: 7813 us

CYCLE512

9: 15625 us

CYCLE1024

10: 31250 us

CYCLE2048

11: 62500 us

CYCLE4096

12: 125000 us

CYCLE8192

13: 250000 us

CYCLE16384

14: 500000 us

CYCLE32768

15: 1000000 us

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.