[][src]Enum ambiq_apollo1_pac::iomstr0::clkcfg::FSEL_A

#[repr(u8)]
pub enum FSEL_A {
    HFRC_DIV64,
    HFRC,
    HFRC_DIV2,
    HFRC_DIV4,
    HFRC_DIV8,
    HFRC_DIV16,
    HFRC_DIV32,
}

Select the input clock frequency.

Value on reset: 0

Variants

HFRC_DIV64

0: Selects the HFRC / 64 as the input clock.

HFRC

1: Selects the HFRC as the input clock.

HFRC_DIV2

2: Selects the HFRC / 2 as the input clock.

HFRC_DIV4

3: Selects the HFRC / 4 as the input clock.

HFRC_DIV8

4: Selects the HFRC / 8 as the input clock.

HFRC_DIV16

5: Selects the HFRC / 16 as the input clock.

HFRC_DIV32

6: Selects the HFRC / 32 as the input clock.

Trait Implementations

impl Clone for FSEL_A[src]

impl Copy for FSEL_A[src]

impl Debug for FSEL_A[src]

impl From<FSEL_A> for u8[src]

impl PartialEq<FSEL_A> for FSEL_A[src]

impl StructuralPartialEq for FSEL_A[src]

Auto Trait Implementations

impl Send for FSEL_A

impl Sync for FSEL_A

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