[][src]Enum atsamd51g19a::gclk::syncbusy::GENCTRL0_A

pub enum GENCTRL0_A {
    GCLK0,
    GCLK1,
    GCLK2,
    GCLK3,
    GCLK4,
    GCLK5,
    GCLK6,
    GCLK7,
    GCLK8,
    GCLK9,
    GCLK10,
    GCLK11,
}

Generic Clock Generator Control 0 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 Debug for GENCTRL0_A[src]

impl PartialEq<GENCTRL0_A> for GENCTRL0_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for GENCTRL0_A[src]

impl From<GENCTRL0_A> for u16[src]

impl Clone for GENCTRL0_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for GENCTRL0_A

impl Send for GENCTRL0_A

impl Sync for GENCTRL0_A

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self