Enum msp432p401r::cs::csctl1::SELA_A[][src]

#[repr(u8)]pub enum SELA_A {
    SELA_0,
    SELA_1,
    SELA_2,
    SELA_3,
    SELA_4,
    SELA_5,
    SELA_6,
    SELA_7,
}

Selects the ACLK source

Value on reset: 0

Variants

SELA_0

0: when LFXT available, otherwise REFOCLK

SELA_1

1: 1

SELA_2

2: 10

SELA_3

3: for future use. Defaults to REFOCLK. Not recommended for use to ensure future compatibilities.

SELA_4

4: for future use. Defaults to REFOCLK. Not recommended for use to ensure future compatibilities.

SELA_5

5: for future use. Defaults to REFOCLK. Not recommended for use to ensure future compatibilities.

SELA_6

6: for future use. Defaults to REFOCLK. Not recommended for use to ensure future compatibilities.

SELA_7

7: for future use. Defaults to REFOCLK. Not recommended for use to ensure future compatibilities.

Trait Implementations

impl Clone for SELA_A[src]

impl Copy for SELA_A[src]

impl Debug for SELA_A[src]

impl PartialEq<SELA_A> for SELA_A[src]

impl StructuralPartialEq for SELA_A[src]

Auto Trait Implementations

impl Send for SELA_A

impl Sync for SELA_A

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