[]Struct nucleo_f042k6::stm32::usart1::isr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn reack(&self) -> REACKR

Bit 22 - Receive enable acknowledge flag

pub fn teack(&self) -> TEACKR

Bit 21 - Transmit enable acknowledge flag

pub fn wuf(&self) -> WUFR

Bit 20 - Wakeup from Stop mode flag

pub fn rwu(&self) -> RWUR

Bit 19 - Receiver wakeup from Mute mode

pub fn sbkf(&self) -> SBKFR

Bit 18 - Send break flag

pub fn cmf(&self) -> CMFR

Bit 17 - character match flag

pub fn busy(&self) -> BUSYR

Bit 16 - Busy flag

pub fn abrf(&self) -> ABRFR

Bit 15 - Auto baud rate flag

pub fn abre(&self) -> ABRER

Bit 14 - Auto baud rate error

pub fn eobf(&self) -> EOBFR

Bit 12 - End of block flag

pub fn rtof(&self) -> RTOFR

Bit 11 - Receiver timeout

pub fn cts(&self) -> CTSR

Bit 10 - CTS flag

pub fn ctsif(&self) -> CTSIFR

Bit 9 - CTS interrupt flag

pub fn lbdf(&self) -> LBDFR

Bit 8 - LIN break detection flag

pub fn txe(&self) -> TXER

Bit 7 - Transmit data register empty

pub fn tc(&self) -> TCR

Bit 6 - Transmission complete

pub fn rxne(&self) -> RXNER

Bit 5 - Read data register not empty

pub fn idle(&self) -> IDLER

Bit 4 - Idle line detected

pub fn ore(&self) -> ORER

Bit 3 - Overrun error

pub fn nf(&self) -> NFR

Bit 2 - Noise detected flag

pub fn fe(&self) -> FER

Bit 1 - Framing error

pub fn pe(&self) -> PER

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