[][src]Enum ADuCM302x::uart0::acr::EEC_A

#[repr(u8)]pub enum EEC_A {
    EEC_EDGE1,
    EEC_EDGE2,
    EEC_EDGE3,
    EEC_EDGE4,
    EEC_EDGE5,
    EEC_EDGE6,
    EEC_EDGE7,
    EEC_EDGE8,
    EEC_EDGE9,
}

Ending Edge Count

Value on reset: 0

Variants

EEC_EDGE1

0: First edge

EEC_EDGE2

1: Second edge

EEC_EDGE3

2: Third edge

EEC_EDGE4

3: Fourth edge

EEC_EDGE5

4: Fifth edge

EEC_EDGE6

5: Sixth edge

EEC_EDGE7

6: Seventh edge

EEC_EDGE8

7: Eighth edge

EEC_EDGE9

8: Ninth edge

Trait Implementations

impl Clone for EEC_A[src]

impl Copy for EEC_A[src]

impl Debug for EEC_A[src]

impl From<EEC_A> for u8[src]

impl PartialEq<EEC_A> for EEC_A[src]

impl StructuralPartialEq for EEC_A[src]

Auto Trait Implementations

impl Send for EEC_A[src]

impl Sync for EEC_A[src]

impl Unpin for EEC_A[src]

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> Same<T> for T

type Output = T

Should always be Self

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.