[][src]Enum efm32pg12_pac::cmu::hfxotimeoutctrl::STEADYTIMEOUT_A

pub enum STEADYTIMEOUT_A {
    _2CYCLES,
    _4CYCLES,
    _16CYCLES,
    _32CYCLES,
    _256CYCLES,
    _1KCYCLES,
    _2KCYCLES,
    _4KCYCLES,
    _8KCYCLES,
    _16KCYCLES,
    _32KCYCLES,
}

Wait Duration in HFXO Startup Steady Wait State

Value on reset: 6

Variants

_2CYCLES

0: Timeout period of 2 cycles

_4CYCLES

1: Timeout period of 4 cycles

_16CYCLES

2: Timeout period of 16 cycles

_32CYCLES

3: Timeout period of 32 cycles

_256CYCLES

4: Timeout period of 256 cycles

_1KCYCLES

5: Timeout period of 1024 cycles

_2KCYCLES

6: Timeout period of 2048 cycles

_4KCYCLES

7: Timeout period of 4096 cycles

_8KCYCLES

8: Timeout period of 8192 cycles

_16KCYCLES

9: Timeout period of 16384 cycles

_32KCYCLES

10: Timeout period of 32768 cycles

Trait Implementations

impl From<STEADYTIMEOUT_A> for u8[src]

impl Debug for STEADYTIMEOUT_A[src]

impl PartialEq<STEADYTIMEOUT_A> for STEADYTIMEOUT_A[src]

impl Copy for STEADYTIMEOUT_A[src]

impl StructuralPartialEq for STEADYTIMEOUT_A[src]

impl Clone for STEADYTIMEOUT_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self