[][src]Enum ambiq_apollo3_pac::clkgen::hfadj::HFADJCKW

pub enum HFADJCKW {
    _4SEC,
    _16SEC,
    _32SEC,
    _64SEC,
    _128SEC,
    _256SEC,
    _512SEC,
    _1024SEC,
}

Values that can be written to the field HFADJCK

Variants

_4SEC

Autoadjust repeat period = 4 seconds value.

_16SEC

Autoadjust repeat period = 16 seconds value.

_32SEC

Autoadjust repeat period = 32 seconds value.

_64SEC

Autoadjust repeat period = 64 seconds value.

_128SEC

Autoadjust repeat period = 128 seconds value.

_256SEC

Autoadjust repeat period = 256 seconds value.

_512SEC

Autoadjust repeat period = 512 seconds value.

_1024SEC

Autoadjust repeat period = 1024 seconds value.

Auto Trait Implementations

impl Send for HFADJCKW

impl Sync for HFADJCKW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self