[][src]Struct stm32f3::stm32f373::usart1::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 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 deat(&self) -> DEATR[src]

Bits 21:25 - Driver Enable assertion time

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

Bits 16:20 - Driver Enable deassertion time

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 m(&self) -> MR[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

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self