[][src]Struct efm32gg11b820::cmu::hfxoctrl::_PEAKDETMODEW

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

Proxy

Methods

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

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

Writes variant to the field

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

Automatic control of HFXO peak detection sequence. Only performs peak detection on initial HFXO startup. CMU_CMD HFXOPEAKDETSTART allowed to be used after HFXORDY=1.

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

Automatic control of HFXO peak detection sequence. CMU_CMD HFXOPEAKDETSTART allowed to be used after HFXORDY=1.

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

CMU_CMD HFXOPEAKDETSTART can be used to trigger the peak detection sequence after HFXORDY=1.

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

CMU_HFXOSTEADYSTATECTRL IBTRIMXOCORE and PEAKDETEN are under full software control and are allowed to be changed once HFXO is ready.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PEAKDETMODEW<'a>

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