Enum msp430g2211::timer_a2::tacctl0::CM_A[][src]

#[repr(u8)]pub enum CM_A {
    CM_0,
    CM_1,
    CM_2,
    CM_3,
}

Capture mode 1

Value on reset: 0

Variants

CM_0

0: Capture mode: 0 - disabled

CM_1

1: Capture mode: 1 - pos. edge

CM_2

2: Capture mode: 1 - neg. edge

CM_3

3: Capture mode: 1 - both edges

Trait Implementations

impl Clone for CM_A[src]

impl Copy for CM_A[src]

impl Debug for CM_A[src]

impl PartialEq<CM_A> for CM_A[src]

impl StructuralPartialEq for CM_A[src]

Auto Trait Implementations

impl Send for CM_A

impl Sync for CM_A

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