[][src]Enum msp430fr2355::cs::csctl7::DCOFFG_A

pub enum DCOFFG_A {
    DCOFFG_0,
    DCOFFG_1,
}

DCO fault flag. If this bit is set, the OFIFG flag is also set. The DCOFFG bit is set if DCO = {0} or DCO = {511}. DCOFFG can be cleared by software. If the DCO fault condition still remains, DCOFFG is set. As long as DCOFFG is set, FLLUNLOCK shows the DCOERROR condition.

Value on reset: 0

Variants

DCOFFG_0

0: No fault condition occurred after the last reset.

DCOFFG_1

1: DCO fault. A DCO fault occurred after the last reset.

Trait Implementations

impl Clone for DCOFFG_A[src]

impl Copy for DCOFFG_A[src]

impl Debug for DCOFFG_A[src]

impl From<DCOFFG_A> for bool[src]

impl PartialEq<DCOFFG_A> for DCOFFG_A[src]

impl StructuralPartialEq for DCOFFG_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, 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.