[][src]Enum msp430fr4133::cs::csctl7::FLLUNLOCK_A

#[repr(u8)]pub enum FLLUNLOCK_A {
    FLLUNLOCK_0,
    FLLUNLOCK_1,
    FLLUNLOCK_2,
    FLLUNLOCK_3,
}

FLL unlock condition Bit: 0

Value on reset: 0

Variants

FLLUNLOCK_0

0: FLL unlock condition: 0

FLLUNLOCK_1

1: FLL unlock condition: 1

FLLUNLOCK_2

2: FLL unlock condition: 2

FLLUNLOCK_3

3: FLL unlock condition: 3

Trait Implementations

impl Clone for FLLUNLOCK_A[src]

impl Copy for FLLUNLOCK_A[src]

impl Debug for FLLUNLOCK_A[src]

impl From<FLLUNLOCK_A> for u8[src]

impl PartialEq<FLLUNLOCK_A> for FLLUNLOCK_A[src]

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