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

#[repr(u8)]
pub enum XT2S_A {
    XT2S_0,
    XT2S_1,
    XT2S_2,
    XT2S_3,
}

Mode 0 for XT2

Value on reset: 0

Variants

XT2S_0

0: Mode 0 for XT2 : 0.4 - 1 MHz

XT2S_1

1: Mode 1 for XT2 : 1 - 4 MHz

XT2S_2

2: Mode 2 for XT2 : 2 - 16 MHz

XT2S_3

3: Mode 3 for XT2 : Digital input signal

Trait Implementations

impl Clone for XT2S_A[src]

impl Copy for XT2S_A[src]

impl Debug for XT2S_A[src]

impl From<XT2S_A> for u8[src]

impl PartialEq<XT2S_A> for XT2S_A[src]

impl StructuralPartialEq for XT2S_A[src]

Auto Trait Implementations

impl Send for XT2S_A

impl Sync for XT2S_A

impl Unpin for XT2S_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.