[][src]Struct efm32gg11b820::usart0::trigctrl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn rxten(&mut self) -> _RXTENW[src]

Bit 4 - Receive Trigger Enable

pub fn txten(&mut self) -> _TXTENW[src]

Bit 5 - Transmit Trigger Enable

pub fn autotxten(&mut self) -> _AUTOTXTENW[src]

Bit 6 - AUTOTX Trigger Enable

pub fn txarx0en(&mut self) -> _TXARX0ENW[src]

Bit 7 - Enable Transmit Trigger After RX End of Frame Plus TCMP0VAL

pub fn txarx1en(&mut self) -> _TXARX1ENW[src]

Bit 8 - Enable Transmit Trigger After RX End of Frame Plus TCMP1VAL

pub fn txarx2en(&mut self) -> _TXARX2ENW[src]

Bit 9 - Enable Transmit Trigger After RX End of Frame Plus TCMP2VAL

pub fn rxatx0en(&mut self) -> _RXATX0ENW[src]

Bit 10 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL0 Baud-times

pub fn rxatx1en(&mut self) -> _RXATX1ENW[src]

Bit 11 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL1 Baud-times

pub fn rxatx2en(&mut self) -> _RXATX2ENW[src]

Bit 12 - Enable Receive Trigger After TX End of Frame Plus TCMPVAL2 Baud-times

pub fn tsel(&mut self) -> _TSELW[src]

Bits 16:20 - Trigger PRS Channel Select

Auto Trait Implementations

impl Send for W

impl Sync for W

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