[][src]Struct efm32gg11b820::usart4::timing::CSSETUP_W

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

Write proxy for field CSSETUP

Implementations

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

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

Writes variant to the field

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

CS is not asserted before start of transmission

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

CS is asserted for 1 baud-times before start of transmission

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

CS is asserted for 2 baud-times before start of transmission

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

CS is asserted for 3 baud-times before start of transmission

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

CS is asserted for 7 baud-times before start of transmission

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

CS is asserted before the start of transmission for TCMPVAL0 baud-times

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

CS is asserted before the start of transmission for TCMPVAL1 baud-times

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

CS is asserted before the start of transmission for TCMPVAL2 baud-times

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CSSETUP_W<'a>[src]

impl<'a> !Sync for CSSETUP_W<'a>[src]

impl<'a> Unpin for CSSETUP_W<'a>[src]

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