[][src]Enum msp430fr4133::cs::csctl1::DCORSEL_A

#[repr(u8)]pub enum DCORSEL_A {
    DCORSEL_0,
    DCORSEL_1,
    DCORSEL_2,
    DCORSEL_3,
    DCORSEL_4,
    DCORSEL_5,
    DCORSEL_6,
    DCORSEL_7,
}

DCO frequency range select Bit: 0

Value on reset: 0

Variants

DCORSEL_0

0: DCO frequency range select: 0

DCORSEL_1

1: DCO frequency range select: 1

DCORSEL_2

2: DCO frequency range select: 2

DCORSEL_3

3: DCO frequency range select: 3

DCORSEL_4

4: DCO frequency range select: 4

DCORSEL_5

5: DCO frequency range select: 5

DCORSEL_6

6: DCO frequency range select: 6

DCORSEL_7

7: DCO frequency range select: 7

Trait Implementations

impl Clone for DCORSEL_A[src]

impl Copy for DCORSEL_A[src]

impl Debug for DCORSEL_A[src]

impl From<DCORSEL_A> for u8[src]

impl PartialEq<DCORSEL_A> for DCORSEL_A[src]

impl StructuralPartialEq for DCORSEL_A[src]

Auto Trait Implementations

impl Send for DCORSEL_A

impl Sync for DCORSEL_A

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