[][src]Enum ambiq_apollo3_pac::iom0::clkcfg::FSELR

pub enum FSELR {
    MIN_PWR,
    HFRC,
    HFRC_DIV2,
    HFRC_DIV4,
    HFRC_DIV8,
    HFRC_DIV16,
    HFRC_DIV32,
    HFRC_DIV64,
}

Possible values of the field FSEL

Variants

MIN_PWR

Selects the minimum power clock. This setting should be used whenever the IOM is not active. value.

HFRC

Selects the HFRC as the input clock. value.

HFRC_DIV2

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

HFRC_DIV4

Selects the HFRC / 4 as the input clock. value.

HFRC_DIV8

Selects the HFRC / 8 as the input clock. value.

HFRC_DIV16

Selects the HFRC / 16 as the input clock. value.

HFRC_DIV32

Selects the HFRC / 32 as the input clock. value.

HFRC_DIV64

Selects the HFRC / 64 as the input clock. value.

Methods

impl FSELR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_min_pwr(&self) -> bool[src]

Checks if the value of the field is MIN_PWR

pub fn is_hfrc(&self) -> bool[src]

Checks if the value of the field is HFRC

pub fn is_hfrc_div2(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV2

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div8(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV8

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div32(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV32

pub fn is_hfrc_div64(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV64

Trait Implementations

impl Copy for FSELR[src]

impl Debug for FSELR[src]

impl PartialEq<FSELR> for FSELR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for FSELR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FSELR

impl Sync for FSELR

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