[][src]Enum msp430g2553::flash::fctl2::FSSEL_A

#[repr(u8)]
pub enum FSSEL_A {
    FSSEL_0,
    FSSEL_1,
    FSSEL_2,
    FSSEL_3,
}

Flash clock select 0 / / to distinguish from USART SSELx

Value on reset: 0

Variants

FSSEL_0

0: Flash clock select: 0 - ACLK

FSSEL_1

1: Flash clock select: 1 - MCLK

FSSEL_2

2: Flash clock select: 2 - SMCLK

FSSEL_3

3: Flash clock select: 3 - SMCLK

Trait Implementations

impl Clone for FSSEL_A[src]

impl Copy for FSSEL_A[src]

impl Debug for FSSEL_A[src]

impl From<FSSEL_A> for u8[src]

impl PartialEq<FSSEL_A> for FSSEL_A[src]

impl StructuralPartialEq for FSSEL_A[src]

Auto Trait Implementations

impl Send for FSSEL_A

impl Sync for FSSEL_A

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