[][src]Enum atsamd51p::oscctrl::xoscctrl::STARTUP_A

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

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

impl Clone for STARTUP_A[src]

impl Copy for STARTUP_A[src]

impl Debug for STARTUP_A[src]

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