[][src]Enum ambiq_apollo3_pac::ctimer::ctrl5::TMRA5CLKR

pub enum TMRA5CLKR {
    TMRPIN,
    HFRC_DIV4,
    HFRC_DIV16,
    HFRC_DIV256,
    HFRC_DIV1024,
    HFRC_DIV4K,
    XT,
    XT_DIV2,
    XT_DIV16,
    XT_DIV128,
    LFRC_DIV2,
    LFRC_DIV32,
    LFRC_DIV1K,
    LFRC,
    RTC_100HZ,
    HCLK_DIV4,
    XT_DIV4,
    XT_DIV8,
    XT_DIV32,
    CTMRB5,
    CTMRA0,
    CTMRB0,
    CTMRA6,
    CTMRB6,
    CTMRB1,
    CTMRB2,
    CTMRB3,
    CTMRB4,
    BUCKBLE,
    BUCKB,
    BUCKA,
    _Reserved(u8),
}

Possible values of the field TMRA5CLK

Variants

TMRPIN

Clock source is TMRPINA. value.

HFRC_DIV4

Clock source is the HFRC / 4 value.

HFRC_DIV16

Clock source is HFRC / 16 value.

HFRC_DIV256

Clock source is HFRC / 256 value.

HFRC_DIV1024

Clock source is HFRC / 1024 value.

HFRC_DIV4K

Clock source is HFRC / 4096 value.

XT

Clock source is the XT (uncalibrated). value.

XT_DIV2

Clock source is XT / 2 value.

XT_DIV16

Clock source is XT / 16 value.

XT_DIV128

Clock source is XT / 128 value.

LFRC_DIV2

Clock source is LFRC / 2 value.

LFRC_DIV32

Clock source is LFRC / 32 value.

LFRC_DIV1K

Clock source is LFRC / 1024 value.

LFRC

Clock source is LFRC value.

RTC_100HZ

Clock source is 100 Hz from the current RTC oscillator. value.

HCLK_DIV4

Clock source is HCLK / 4 (note: this clock is only available when MCU is in active mode) value.

XT_DIV4

Clock source is XT / 4 value.

XT_DIV8

Clock source is XT / 8 value.

XT_DIV32

Clock source is XT / 32 value.

CTMRB5

Clock source is CTIMERB5 OUT. value.

CTMRA0

Clock source is CTIMERA0 OUT. value.

CTMRB0

Clock source is CTIMERB0 OUT. value.

CTMRA6

Clock source is CTIMERA6 OUT. value.

CTMRB6

Clock source is CTIMERB6 OUT. value.

CTMRB1

Clock source is CTIMERB1 OUT. value.

CTMRB2

Clock source is CTIMERB2 OUT. value.

CTMRB3

Clock source is CTIMERB3 OUT. value.

CTMRB4

Clock source is CTIMERB4 OUT. value.

BUCKBLE

Clock source is BLE buck converter TON pulses. value.

BUCKB

Clock source is Memory buck converter TON pulses. value.

BUCKA

Clock source is CPU buck converter TON pulses. value.

_Reserved(u8)

Reserved

Methods

impl TMRA5CLKR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is TMRPIN

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

Checks if the value of the field is HFRC_DIV4

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

Checks if the value of the field is HFRC_DIV16

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

Checks if the value of the field is HFRC_DIV256

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

Checks if the value of the field is HFRC_DIV1024

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

Checks if the value of the field is HFRC_DIV4K

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

Checks if the value of the field is XT

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

Checks if the value of the field is XT_DIV2

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

Checks if the value of the field is XT_DIV16

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

Checks if the value of the field is XT_DIV128

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

Checks if the value of the field is LFRC_DIV2

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

Checks if the value of the field is LFRC_DIV32

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

Checks if the value of the field is LFRC_DIV1K

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

Checks if the value of the field is LFRC

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

Checks if the value of the field is RTC_100HZ

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

Checks if the value of the field is HCLK_DIV4

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

Checks if the value of the field is XT_DIV4

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

Checks if the value of the field is XT_DIV8

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

Checks if the value of the field is XT_DIV32

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

Checks if the value of the field is CTMRB5

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

Checks if the value of the field is CTMRA0

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

Checks if the value of the field is CTMRB0

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

Checks if the value of the field is CTMRA6

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

Checks if the value of the field is CTMRB6

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

Checks if the value of the field is CTMRB1

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

Checks if the value of the field is CTMRB2

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

Checks if the value of the field is CTMRB3

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

Checks if the value of the field is CTMRB4

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

Checks if the value of the field is BUCKBLE

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

Checks if the value of the field is BUCKB

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

Checks if the value of the field is BUCKA

Trait Implementations

impl Copy for TMRA5CLKR[src]

impl Debug for TMRA5CLKR[src]

impl PartialEq<TMRA5CLKR> for TMRA5CLKR[src]

impl Clone for TMRA5CLKR[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 TMRA5CLKR

impl Sync for TMRA5CLKR

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