Enum atsame54n19a_pac::gclk::syncbusy::GENCTRL_A[][src]

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

Generic Clock Generator Control n Synchronization Busy bits

Value on reset: 0

Variants

GCLK0

1: Generic clock generator 0

GCLK1

2: Generic clock generator 1

GCLK2

4: Generic clock generator 2

GCLK3

8: Generic clock generator 3

GCLK4

16: Generic clock generator 4

GCLK5

32: Generic clock generator 5

GCLK6

64: Generic clock generator 6

GCLK7

128: Generic clock generator 7

GCLK8

256: Generic clock generator 8

GCLK9

512: Generic clock generator 9

GCLK10

1024: Generic clock generator 10

GCLK11

2048: Generic clock generator 11

Trait Implementations

impl Clone for GENCTRL_A[src]

impl Copy for GENCTRL_A[src]

impl Debug for GENCTRL_A[src]

impl PartialEq<GENCTRL_A> for GENCTRL_A[src]

impl StructuralPartialEq for GENCTRL_A[src]

Auto Trait Implementations

impl Send for GENCTRL_A

impl Sync for GENCTRL_A

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