[][src]Enum atsame70q19b::uart0::uart_mr::BRSRCCK_A

pub enum BRSRCCK_A {
    PERIPH_CLK,
    PMC_PCK,
}

Baud Rate Source Clock

Value on reset: 0

Variants

PERIPH_CLK

0: The baud rate is driven by the peripheral clock

PMC_PCK

1: The baud rate is driven by a PMC-programmable clock PCK (see section Power Management Controller (PMC)).

Trait Implementations

impl Clone for BRSRCCK_A[src]

impl Copy for BRSRCCK_A[src]

impl Debug for BRSRCCK_A[src]

impl From<BRSRCCK_A> for bool[src]

impl PartialEq<BRSRCCK_A> for BRSRCCK_A[src]

impl StructuralPartialEq for BRSRCCK_A[src]

Auto Trait Implementations

impl Send for BRSRCCK_A

impl Sync for BRSRCCK_A

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