[][src]Struct efm32gg11b820::usart2::ctrl::_OVSW

pub struct _OVSW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _OVSW<'a>[src]

pub fn variant(self, variant: OVSW) -> &'a mut W[src]

Writes variant to the field

pub fn x16(self) -> &'a mut W[src]

Regular UART mode with 16X oversampling in asynchronous mode

pub fn x8(self) -> &'a mut W[src]

Double speed with 8X oversampling in asynchronous mode

pub fn x6(self) -> &'a mut W[src]

6X oversampling in asynchronous mode

pub fn x4(self) -> &'a mut W[src]

Quadruple speed with 4X oversampling in asynchronous mode

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _OVSW<'a>

impl<'a> Sync for _OVSW<'a>

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self