[][src]Struct efm32pg12_pac::usart0::frame::DATABITS_W

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

Write proxy for field DATABITS

Methods

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

pub fn variant(self, variant: DATABITS_A) -> &'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> Unpin for DATABITS_W<'a>

impl<'a> Send for DATABITS_W<'a>

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