[][src]Struct ambiq_apollo1_pac::ctimer::ctrl0::TMRB0CLK_W

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

Write proxy for field TMRB0CLK

Methods

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

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

Writes variant to the field

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

Clock source is TMRPINB.

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

Clock source is the HFRC

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

Clock source is HFRC / 8

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

Clock source is HFRC / 128

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

Clock source is HFRC / 512

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

Clock source is HFRC / 2048

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

Clock source is the XT (uncalibrated).

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

Clock source is XT / 2

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

Clock source is XT / 16

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

Clock source is XT / 256

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

Clock source is LFRC / 2

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

Clock source is LFRC / 32

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

Clock source is LFRC / 1024

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

Clock source is LFRC / 16K

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

Clock source is 100 Hz from the current RTC oscillator.

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

Clock source is HCLK.

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

Clock source is buck converter stream B.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for TMRB0CLK_W<'a>

impl<'a> !Sync for TMRB0CLK_W<'a>

impl<'a> Unpin for TMRB0CLK_W<'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.