[][src]Struct stm32l4xx_hal::stm32::usart3::cr1::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 m1(&self) -> M1R[src]

Bit 28 - Word length

pub fn eobie(&self) -> EOBIER[src]

Bit 27 - End of Block interrupt enable

pub fn rtoie(&self) -> RTOIER[src]

Bit 26 - Receiver timeout interrupt enable

pub fn over8(&self) -> OVER8R[src]

Bit 15 - Oversampling mode

pub fn cmie(&self) -> CMIER[src]

Bit 14 - Character match interrupt enable

pub fn mme(&self) -> MMER[src]

Bit 13 - Mute mode enable

pub fn m0(&self) -> M0R[src]

Bit 12 - Word length

pub fn wake(&self) -> WAKER[src]

Bit 11 - Receiver wakeup method

pub fn pce(&self) -> PCER[src]

Bit 10 - Parity control enable

pub fn ps(&self) -> PSR[src]

Bit 9 - Parity selection

pub fn peie(&self) -> PEIER[src]

Bit 8 - PE interrupt enable

pub fn txeie(&self) -> TXEIER[src]

Bit 7 - interrupt enable

pub fn tcie(&self) -> TCIER[src]

Bit 6 - Transmission complete interrupt enable

pub fn rxneie(&self) -> RXNEIER[src]

Bit 5 - RXNE interrupt enable

pub fn idleie(&self) -> IDLEIER[src]

Bit 4 - IDLE interrupt enable

pub fn te(&self) -> TER[src]

Bit 3 - Transmitter enable

pub fn re(&self) -> RER[src]

Bit 2 - Receiver enable

pub fn uesm(&self) -> UESMR[src]

Bit 1 - USART enable in Stop mode

pub fn ue(&self) -> UER[src]

Bit 0 - USART enable

pub fn deat(&self) -> DEATR[src]

Bits 21:25 - Driver Enable assertion time

pub fn dedt(&self) -> DEDTR[src]

Bits 16:20 - Driver Enable de-assertion time

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

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