[][src]Enum efm32gg11b820::wtimer1::routeloc0::CC2LOC_A

#[repr(u8)]pub enum CC2LOC_A {
    LOC0,
    LOC1,
    LOC2,
    LOC3,
    LOC4,
    LOC5,
    LOC6,
    LOC7,
}

I/O Location

Value on reset: 0

Variants

LOC0

0: Location 0

LOC1

1: Location 1

LOC2

2: Location 2

LOC3

3: Location 3

LOC4

4: Location 4

LOC5

5: Location 5

LOC6

6: Location 6

LOC7

7: Location 7

Trait Implementations

impl Clone for CC2LOC_A[src]

impl Copy for CC2LOC_A[src]

impl Debug for CC2LOC_A[src]

impl From<CC2LOC_A> for u8[src]

impl PartialEq<CC2LOC_A> for CC2LOC_A[src]

impl StructuralPartialEq for CC2LOC_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.