Enum atsame54p19a_pac::osc32kctrl::xosc32k::STARTUP_A[][src]

#[repr(u8)]pub enum STARTUP_A {
    CYCLE2048,
    CYCLE4096,
    CYCLE16384,
    CYCLE32768,
    CYCLE65536,
    CYCLE131072,
    CYCLE262144,
}

Oscillator Start-Up Time

Value on reset: 0

Variants

CYCLE2048

0: 62.6 ms

CYCLE4096

1: 125 ms

CYCLE16384

2: 500 ms

CYCLE32768

3: 1000 ms

CYCLE65536

4: 2000 ms

CYCLE131072

5: 4000 ms

CYCLE262144

6: 8000 ms

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.