[][src]Enum msp430g2553::system_clock::bcsctl3::LFXT1S_A

#[repr(u8)]
pub enum LFXT1S_A {
    LFXT1S_0,
    LFXT1S_1,
    LFXT1S_2,
    LFXT1S_3,
}

Mode 0 for LFXT1 (XTS = 0)

Value on reset: 0

Variants

LFXT1S_0

0: Mode 0 for LFXT1 : Normal operation

LFXT1S_1

1: Mode 1 for LFXT1 : Reserved

LFXT1S_2

2: Mode 2 for LFXT1 : VLO

LFXT1S_3

3: Mode 3 for LFXT1 : Digital input signal

Trait Implementations

impl Clone for LFXT1S_A[src]

impl Copy for LFXT1S_A[src]

impl Debug for LFXT1S_A[src]

impl From<LFXT1S_A> for u8[src]

impl PartialEq<LFXT1S_A> for LFXT1S_A[src]

impl StructuralPartialEq for LFXT1S_A[src]

Auto Trait Implementations

impl Send for LFXT1S_A

impl Sync for LFXT1S_A

impl Unpin for LFXT1S_A

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.