[][src]Enum xmc4400::dsd_ch0::dicfg::CSRC_A

#[repr(u8)]pub enum CSRC_A {
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
}

Sample Clock Source Select

Value on reset: 0

Variants

VALUE2

1: External, from input A

VALUE3

2: External, from input B

VALUE4

3: External, from input C

VALUE5

4: External, from input D

VALUE6

15: Internal clock

Trait Implementations

impl Clone for CSRC_A[src]

impl Copy for CSRC_A[src]

impl Debug for CSRC_A[src]

impl From<CSRC_A> for u8[src]

impl PartialEq<CSRC_A> for CSRC_A[src]

impl StructuralPartialEq for CSRC_A[src]

Auto Trait Implementations

impl Send for CSRC_A

impl Sync for CSRC_A

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