[][src]Struct ambiq_apollo3_pac::clkgen::hfadj::_HFADJCKW

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

Proxy

Methods

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

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

Writes variant to the field

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

Autoadjust repeat period = 4 seconds value.

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

Autoadjust repeat period = 16 seconds value.

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

Autoadjust repeat period = 32 seconds value.

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

Autoadjust repeat period = 64 seconds value.

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

Autoadjust repeat period = 128 seconds value.

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

Autoadjust repeat period = 256 seconds value.

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

Autoadjust repeat period = 512 seconds value.

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

Autoadjust repeat period = 1024 seconds value.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _HFADJCKW<'a>

impl<'a> Sync for _HFADJCKW<'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