[][src]Enum atsame54p::gclk::pchctrl::GEN_A

#[repr(u8)]pub enum GEN_A {
    GCLK0,
    GCLK1,
    GCLK2,
    GCLK3,
    GCLK4,
    GCLK5,
    GCLK6,
    GCLK7,
    GCLK8,
    GCLK9,
    GCLK10,
    GCLK11,
}

Generic Clock Generator

Value on reset: 0

Variants

GCLK0

0: Generic clock generator 0

GCLK1

1: Generic clock generator 1

GCLK2

2: Generic clock generator 2

GCLK3

3: Generic clock generator 3

GCLK4

4: Generic clock generator 4

GCLK5

5: Generic clock generator 5

GCLK6

6: Generic clock generator 6

GCLK7

7: Generic clock generator 7

GCLK8

8: Generic clock generator 8

GCLK9

9: Generic clock generator 9

GCLK10

10: Generic clock generator 10

GCLK11

11: Generic clock generator 11

Trait Implementations

impl Clone for GEN_A[src]

impl Copy for GEN_A[src]

impl Debug for GEN_A[src]

impl From<GEN_A> for u8[src]

impl PartialEq<GEN_A> for GEN_A[src]

impl StructuralPartialEq for GEN_A[src]

Auto Trait Implementations

impl Send for GEN_A

impl Sync for GEN_A

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