[][src]Enum rsl10_pac::acs::acs_wakeup_ctrl::RC_FTRIM_FLAG_A

pub enum RC_FTRIM_FLAG_A {
    RC_OSC_STATUS_UNCALIBRATED,
    RC_OSC_STATUS_CALIBRATED,
}

RC oscillator trimming read only flag (mirror of FTRIM_FLAG of ACS_RCOSC_CTRL register

Value on reset: 0

Variants

RC_OSC_STATUS_UNCALIBRATED

0: The oscillators are not calibrated

RC_OSC_STATUS_CALIBRATED

1: The oscillators are calibrated

Trait Implementations

impl Clone for RC_FTRIM_FLAG_A[src]

impl Copy for RC_FTRIM_FLAG_A[src]

impl Debug for RC_FTRIM_FLAG_A[src]

impl From<RC_FTRIM_FLAG_A> for bool[src]

impl PartialEq<RC_FTRIM_FLAG_A> for RC_FTRIM_FLAG_A[src]

impl StructuralPartialEq for RC_FTRIM_FLAG_A[src]

Auto Trait Implementations

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.