[][src]Enum msp430g2553::usci_a0_uart_mode::uca0mctl::UCBRS_A

#[repr(u8)]
pub enum UCBRS_A {
    UCBRS_0,
    UCBRS_1,
    UCBRS_2,
    UCBRS_3,
    UCBRS_4,
    UCBRS_5,
    UCBRS_6,
    UCBRS_7,
}

USCI Second Stage Modulation Select 2

Value on reset: 0

Variants

UCBRS_0

0: USCI Second Stage Modulation: 0

UCBRS_1

1: USCI Second Stage Modulation: 1

UCBRS_2

2: USCI Second Stage Modulation: 2

UCBRS_3

3: USCI Second Stage Modulation: 3

UCBRS_4

4: USCI Second Stage Modulation: 4

UCBRS_5

5: USCI Second Stage Modulation: 5

UCBRS_6

6: USCI Second Stage Modulation: 6

UCBRS_7

7: USCI Second Stage Modulation: 7

Trait Implementations

impl Clone for UCBRS_A[src]

impl Copy for UCBRS_A[src]

impl Debug for UCBRS_A[src]

impl From<UCBRS_A> for u8[src]

impl PartialEq<UCBRS_A> for UCBRS_A[src]

impl StructuralPartialEq for UCBRS_A[src]

Auto Trait Implementations

impl Send for UCBRS_A

impl Sync for UCBRS_A

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