[][src]Struct ambiq_apollo3_pac::ctimer::ctrl3::_TMRB3CLKW

pub struct _TMRB3CLKW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _TMRB3CLKW<'a>[src]

pub fn variant(self, variant: TMRB3CLKW) -> &'a mut W[src]

Writes variant to the field

pub fn tmrpin(self) -> &'a mut W[src]

Clock source is TMRPINB. value.

pub fn hfrc_div4(self) -> &'a mut W[src]

Clock source is the HFRC / 4 value.

pub fn hfrc_div16(self) -> &'a mut W[src]

Clock source is HFRC / 16 value.

pub fn hfrc_div256(self) -> &'a mut W[src]

Clock source is HFRC / 256 value.

pub fn hfrc_div1024(self) -> &'a mut W[src]

Clock source is HFRC / 1024 value.

pub fn hfrc_div4k(self) -> &'a mut W[src]

Clock source is HFRC / 4096 value.

pub fn xt(self) -> &'a mut W[src]

Clock source is the XT (uncalibrated). value.

pub fn xt_div2(self) -> &'a mut W[src]

Clock source is XT / 2 value.

pub fn xt_div16(self) -> &'a mut W[src]

Clock source is XT / 16 value.

pub fn xt_div128(self) -> &'a mut W[src]

Clock source is XT / 128 value.

pub fn lfrc_div2(self) -> &'a mut W[src]

Clock source is LFRC / 2 value.

pub fn lfrc_div32(self) -> &'a mut W[src]

Clock source is LFRC / 32 value.

pub fn lfrc_div1k(self) -> &'a mut W[src]

Clock source is LFRC / 1024 value.

pub fn lfrc(self) -> &'a mut W[src]

Clock source is LFRC value.

pub fn rtc_100hz(self) -> &'a mut W[src]

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

pub fn hclk_div4(self) -> &'a mut W[src]

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

pub fn xt_div4(self) -> &'a mut W[src]

Clock source is XT / 4 value.

pub fn xt_div8(self) -> &'a mut W[src]

Clock source is XT / 8 value.

pub fn xt_div32(self) -> &'a mut W[src]

Clock source is XT / 32 value.

pub fn ctmra3(self) -> &'a mut W[src]

Clock source is CTIMERA3 OUT. value.

pub fn ctmra2(self) -> &'a mut W[src]

Clock source is CTIMERA2 OUT. value.

pub fn ctmrb2(self) -> &'a mut W[src]

Clock source is CTIMERB2 OUT. value.

pub fn ctmra4(self) -> &'a mut W[src]

Clock source is CTIMERA4 OUT. value.

pub fn ctmrb4(self) -> &'a mut W[src]

Clock source is CTIMERB4 OUT. value.

pub fn ctmrb0(self) -> &'a mut W[src]

Clock source is CTIMERB0 OUT. value.

pub fn ctmrb1(self) -> &'a mut W[src]

Clock source is CTIMERB1 OUT. value.

pub fn ctmrb5(self) -> &'a mut W[src]

Clock source is CTIMERB5 OUT. value.

pub fn ctmrb6(self) -> &'a mut W[src]

Clock source is CTIMERB6 OUT. value.

pub fn buckble(self) -> &'a mut W[src]

Clock source is BLE buck converter TON pulses. value.

pub fn buckb(self) -> &'a mut W[src]

Clock source is Memory buck converter TON pulses. value.

pub fn bucka(self) -> &'a mut W[src]

Clock source is CPU buck converter TON pulses. value.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TMRB3CLKW<'a>

impl<'a> Sync for _TMRB3CLKW<'a>

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