[][src]Enum ambiq_apollo1_pac::clkgen::cctrl::CORESEL_A

#[repr(u8)]
pub enum CORESEL_A {
    HFRC,
    HFRC_DIV2,
    HFRC_DIV3,
    HFRC_DIV4,
    HFRC_DIV5,
    HFRC_DIV6,
    HFRC_DIV7,
    HFRC_DIV8,
}

Core Clock divisor

Value on reset: 7

Variants

HFRC

0: Core Clock is HFRC

HFRC_DIV2

1: Core Clock is HFRC / 2

HFRC_DIV3

2: Core Clock is HFRC / 3

HFRC_DIV4

3: Core Clock is HFRC / 4

HFRC_DIV5

4: Core Clock is HFRC / 5

HFRC_DIV6

5: Core Clock is HFRC / 6

HFRC_DIV7

6: Core Clock is HFRC / 7

HFRC_DIV8

7: Core Clock is HFRC / 8

Trait Implementations

impl Clone for CORESEL_A[src]

impl Copy for CORESEL_A[src]

impl Debug for CORESEL_A[src]

impl From<CORESEL_A> for u8[src]

impl PartialEq<CORESEL_A> for CORESEL_A[src]

impl StructuralPartialEq for CORESEL_A[src]

Auto Trait Implementations

impl Send for CORESEL_A

impl Sync for CORESEL_A

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