[][src]Enum msp430fr4133::cs::csctl6::XT1DRIVE_A

#[repr(u8)]pub enum XT1DRIVE_A {
    XT1DRIVE_0,
    XT1DRIVE_1,
    XT1DRIVE_2,
    XT1DRIVE_3,
}

XT1 Drive Level mode Bit 0

Value on reset: 0

Variants

XT1DRIVE_0

0: XT1 Drive Level mode: 0

XT1DRIVE_1

1: XT1 Drive Level mode: 1

XT1DRIVE_2

2: XT1 Drive Level mode: 2

XT1DRIVE_3

3: XT1 Drive Level mode: 3

Trait Implementations

impl Clone for XT1DRIVE_A[src]

impl Copy for XT1DRIVE_A[src]

impl Debug for XT1DRIVE_A[src]

impl From<XT1DRIVE_A> for u8[src]

impl PartialEq<XT1DRIVE_A> for XT1DRIVE_A[src]

impl StructuralPartialEq for XT1DRIVE_A[src]

Auto Trait Implementations

impl Send for XT1DRIVE_A

impl Sync for XT1DRIVE_A

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