[][src]Enum efm32hg309f64::usart1::ctrl::OVS_A

pub enum OVS_A {
    X16,
    X8,
    X6,
    X4,
}

Oversampling

Value on reset: 0

Variants

X16

0: Regular UART mode with 16X oversampling in asynchronous mode

X8

1: Double speed with 8X oversampling in asynchronous mode

X6

2: 6X oversampling in asynchronous mode

X4

3: Quadruple speed with 4X oversampling in asynchronous mode

Trait Implementations

impl From<OVS_A> for u8[src]

impl Debug for OVS_A[src]

impl PartialEq<OVS_A> for OVS_A[src]

impl Copy for OVS_A[src]

impl StructuralPartialEq for OVS_A[src]

impl Clone for OVS_A[src]

Auto Trait Implementations

impl Unpin for OVS_A

impl Send for OVS_A

impl Sync for OVS_A

Blanket Implementations

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

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, 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