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

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

Proxy

Methods

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

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

Writes variant to the field

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

Disable CS being asserted after the end of transmission

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

CS is asserted for 1 baud-times after the end of transmission

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

CS is asserted for 2 baud-times after the end of transmission

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

CS is asserted for 3 baud-times after the end of transmission

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

CS is asserted for 7 baud-times after the end of transmission

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

CS is asserted after the end of transmission for TCMPVAL0 baud-times

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

CS is asserted after the end of transmission for TCMPVAL1 baud-times

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

CS is asserted after the end 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 _CSHOLDW<'a>

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