[][src]Enum ambiq_apollo1_pac::clkgen::hfadj::HFADJCK_A

#[repr(u8)]
pub enum HFADJCK_A {
    _4SEC,
    _16SEC,
    _32SEC,
    _64SEC,
    _128SEC,
    _256SEC,
    _512SEC,
    _1024SEC,
}

Repeat period for HFRC adjustment

Value on reset: 0

Variants

_4SEC

0: Autoadjust repeat period = 4 seconds

_16SEC

1: Autoadjust repeat period = 16 seconds

_32SEC

2: Autoadjust repeat period = 32 seconds

_64SEC

3: Autoadjust repeat period = 64 seconds

_128SEC

4: Autoadjust repeat period = 128 seconds

_256SEC

5: Autoadjust repeat period = 256 seconds

_512SEC

6: Autoadjust repeat period = 512 seconds

_1024SEC

7: Autoadjust repeat period = 1024 seconds

Trait Implementations

impl Clone for HFADJCK_A[src]

impl Copy for HFADJCK_A[src]

impl Debug for HFADJCK_A[src]

impl From<HFADJCK_A> for u8[src]

impl PartialEq<HFADJCK_A> for HFADJCK_A[src]

impl StructuralPartialEq for HFADJCK_A[src]

Auto Trait Implementations

impl Send for HFADJCK_A

impl Sync for HFADJCK_A

impl Unpin for HFADJCK_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.