Struct stm32f103xx::usart1::sr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 9 - CTS flag

Bit 8 - LIN break detection flag

Bit 7 - Transmit data register empty

Bit 6 - Transmission complete

Bit 5 - Read data register not empty

Bit 4 - IDLE line detected

Bit 3 - Overrun error

Bit 2 - Noise error flag

Bit 1 - Framing error

Bit 0 - Parity error

Auto Trait Implementations

impl Send for R

impl Sync for R