Type Definition stm32f1::stm32f101::usart1::sr::R[][src]

type R = R<u32, SR>;

Reader of register SR

Implementations

impl R[src]

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

Bit 9 - CTS flag

pub fn lbd(&self) -> LBD_R[src]

Bit 8 - LIN break detection flag

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

Bit 7 - Transmit data register empty

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

Bit 6 - Transmission complete

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

Bit 5 - Read data register not empty

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

Bit 4 - IDLE line detected

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

Bit 3 - Overrun error

pub fn ne(&self) -> NE_R[src]

Bit 2 - Noise error flag

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

Bit 1 - Framing error

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

Bit 0 - Parity error