[][src]Enum msp430g2553::timer0_a3::ta0cctl2::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 2

Value on reset: 0

Variants

OUTMOD_0

0: PWM output mode: 0 - output only

OUTMOD_1

1: PWM output mode: 1 - set

OUTMOD_2

2: PWM output mode: 2 - PWM toggle/reset

OUTMOD_3

3: PWM output mode: 3 - PWM set/reset

OUTMOD_4

4: PWM output mode: 4 - toggle

OUTMOD_5

5: PWM output mode: 5 - Reset

OUTMOD_6

6: PWM output mode: 6 - PWM toggle/set

OUTMOD_7

7: PWM output mode: 7 - PWM 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

impl Send for OUTMOD_A

impl Sync for OUTMOD_A

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