[][src]Struct efm32gg11b820::usart2::trigctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 4 - Receive Trigger Enable

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

Bit 5 - Transmit Trigger Enable

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

Bit 6 - AUTOTX Trigger Enable

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

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

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

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

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

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

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

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

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

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

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

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

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

Bits 16:20 - Trigger PRS Channel Select

Auto Trait Implementations

impl Send for R

impl Sync for R

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