[][src]Enum atsamd51p::gclk::genctrl::SRC_A

#[repr(u8)]pub enum SRC_A {
    XOSC0,
    XOSC1,
    GCLKIN,
    GCLKGEN1,
    OSCULP32K,
    XOSC32K,
    DFLL,
    DPLL0,
    DPLL1,
}

Source Select

Value on reset: 0

Variants

XOSC0

0: XOSC0 oscillator output

XOSC1

1: XOSC1 oscillator output

GCLKIN

2: Generator input pad

GCLKGEN1

3: Generic clock generator 1 output

OSCULP32K

4: OSCULP32K oscillator output

XOSC32K

5: XOSC32K oscillator output

DFLL

6: DFLL output

DPLL0

7: DPLL0 output

DPLL1

8: DPLL1 output

Trait Implementations

impl Clone for SRC_A[src]

impl Copy for SRC_A[src]

impl Debug for SRC_A[src]

impl From<SRC_A> for u8[src]

impl PartialEq<SRC_A> for SRC_A[src]

impl StructuralPartialEq for SRC_A[src]

Auto Trait Implementations

impl Send for SRC_A

impl Sync for SRC_A

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