[][src]Enum msp430fr4133::cs::csctl4::SELMS_A

#[repr(u8)]pub enum SELMS_A {
    SELMS_0,
    SELMS_1,
    SELMS_2,
    SELMS_3,
    SELMS_4,
    SELMS_5,
    SELMS_6,
    SELMS_7,
}

MCLK and SMCLK Source Select Bit: 0

Value on reset: 0

Variants

SELMS_0

0: MCLK and SMCLK Source Select 0

SELMS_1

1: MCLK and SMCLK Source Select 1

SELMS_2

2: MCLK and SMCLK Source Select 2

SELMS_3

3: MCLK and SMCLK Source Select 3

SELMS_4

4: MCLK and SMCLK Source Select 4

SELMS_5

5: MCLK and SMCLK Source Select 5

SELMS_6

6: MCLK and SMCLK Source Select 6

SELMS_7

7: MCLK and SMCLK Source Select 7

Trait Implementations

impl Clone for SELMS_A[src]

impl Copy for SELMS_A[src]

impl Debug for SELMS_A[src]

impl From<SELMS_A> for u8[src]

impl PartialEq<SELMS_A> for SELMS_A[src]

impl StructuralPartialEq for SELMS_A[src]

Auto Trait Implementations

impl Send for SELMS_A

impl Sync for SELMS_A

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