[][src]Enum msp430fr2355::tb3::tb3cctl3::OUTMOD_A

#[repr(u8)]pub enum OUTMOD_A {
    OUTMOD_0,
    OUTMOD_1,
    OUTMOD_2,
    OUTMOD_3,
    OUTMOD_4,
    OUTMOD_5,
    OUTMOD_6,
    OUTMOD_7,
}

Output mode

Value on reset: 0

Variants

OUTMOD_0

0: OUT bit value

OUTMOD_1

1: Set

OUTMOD_2

2: Toggle/reset

OUTMOD_3

3: Set/reset

OUTMOD_4

4: Toggle

OUTMOD_5

5: Reset

OUTMOD_6

6: Toggle/set

OUTMOD_7

7: Reset/set

Trait Implementations

impl Clone for OUTMOD_A[src]

impl Copy for OUTMOD_A[src]

impl Debug for OUTMOD_A[src]

impl From<OUTMOD_A> for u8[src]

impl PartialEq<OUTMOD_A> for OUTMOD_A[src]

impl StructuralPartialEq for OUTMOD_A[src]

Auto Trait Implementations

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.