[][src]Struct efm32gg11b820::usart1::frame::_DATABITSW

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

Proxy

Methods

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

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

Writes variant to the field

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

Each frame contains 4 data bits

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

Each frame contains 5 data bits

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

Each frame contains 6 data bits

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

Each frame contains 7 data bits

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

Each frame contains 8 data bits

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

Each frame contains 9 data bits

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

Each frame contains 10 data bits

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

Each frame contains 11 data bits

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

Each frame contains 12 data bits

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

Each frame contains 13 data bits

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

Each frame contains 14 data bits

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

Each frame contains 15 data bits

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

Each frame contains 16 data bits

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DATABITSW<'a>

impl<'a> Sync for _DATABITSW<'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