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

Bit 22 - Receive enable acknowledge flag

pub fn teack(&self) -> TEACKR[src]

Bit 21 - Transmit enable acknowledge flag

pub fn wuf(&self) -> WUFR[src]

Bit 20 - Wakeup from Stop mode flag

pub fn rwu(&self) -> RWUR[src]

Bit 19 - Receiver wakeup from Mute mode

pub fn sbkf(&self) -> SBKFR[src]

Bit 18 - Send break flag

pub fn cmf(&self) -> CMFR[src]

Bit 17 - character match flag

pub fn busy(&self) -> BUSYR[src]

Bit 16 - Busy flag

pub fn abrf(&self) -> ABRFR[src]

Bit 15 - Auto baud rate flag

pub fn abre(&self) -> ABRER[src]

Bit 14 - Auto baud rate error

pub fn eobf(&self) -> EOBFR[src]

Bit 12 - End of block flag

pub fn rtof(&self) -> RTOFR[src]

Bit 11 - Receiver timeout

pub fn cts(&self) -> CTSR[src]

Bit 10 - CTS flag

pub fn ctsif(&self) -> CTSIFR[src]

Bit 9 - CTS interrupt flag

pub fn lbdf(&self) -> LBDFR[src]

Bit 8 - LIN break detection flag

pub fn txe(&self) -> TXER[src]

Bit 7 - Transmit data register empty

pub fn tc(&self) -> TCR[src]

Bit 6 - Transmission complete

pub fn rxne(&self) -> RXNER[src]

Bit 5 - Read data register not empty

pub fn idle(&self) -> IDLER[src]

Bit 4 - Idle line detected

pub fn ore(&self) -> ORER[src]

Bit 3 - Overrun error

pub fn nf(&self) -> NFR[src]

Bit 2 - Noise detected flag

pub fn fe(&self) -> FER[src]

Bit 1 - Framing error

pub fn pe(&self) -> PER[src]

Bit 0 - Parity error

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