[][src]Struct ambiq_apollo1_pac::clkgen::clkout::CKSEL_W

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

Write proxy for field CKSEL

Methods

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

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

Writes variant to the field

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

LFRC

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

XT / 2

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

XT / 4

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

XT / 8

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

XT / 16

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

XT / 32

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

1 Hz as selected in RTC

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

XT / 2^21

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

XT

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

100 Hz as selected in CLKGEN

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

HFRC

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

HFRC / 2

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

HFRC / 4

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

HFRC / 8

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

HFRC / 32

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

HFRC / 64

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

HFRC / 128

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

HFRC / 256

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

Flash Clock

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

LFRC / 2

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

LFRC / 32

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

LFRC / 512

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

LFRC / 32768

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

XT / 256

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

XT / 8192

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

XT / 2^16

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

Uncal LFRC / 16

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

Uncal LFRC / 128

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

Uncal LFRC / 1024

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

Uncal LFRC / 4096

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

Uncal LFRC / 2^20

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

HFRC / 2^16

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

HFRC / 2^24

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

LFRC / 2^20

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

HFRC (not autoenabled)

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

HFRC / 8 (not autoenabled)

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

XT (not autoenabled)

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

XT / 16 (not autoenabled)

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

LFRC / 32 (not autoenabled)

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

LFRC (not autoenabled) - Default for undefined values

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CKSEL_W<'a>

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

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