Struct stm32f30x_memory_map::usart::IsrR
[−]
[src]
pub struct IsrR { /* fields omitted */ }
Methods
impl IsrR
[src]
fn reack(&self) -> bool
Bit 22 - Receive enable acknowledge flag
fn teack(&self) -> bool
Bit 21 - Transmit enable acknowledge flag
fn wuf(&self) -> bool
Bit 20 - Wakeup from Stop mode flag
fn rwu(&self) -> bool
Bit 19 - Receiver wakeup from Mute mode
fn sbkf(&self) -> bool
Bit 18 - Send break flag
fn cmf(&self) -> bool
Bit 17 - character match flag
fn busy(&self) -> bool
Bit 16 - Busy flag
fn abrf(&self) -> bool
Bit 15 - Auto baud rate flag
fn abre(&self) -> bool
Bit 14 - Auto baud rate error
fn eobf(&self) -> bool
Bit 12 - End of block flag
fn rtof(&self) -> bool
Bit 11 - Receiver timeout
fn cts(&self) -> bool
Bit 10 - CTS flag
fn ctsif(&self) -> bool
Bit 9 - CTS interrupt flag
fn lbdf(&self) -> bool
Bit 8 - LIN break detection flag
fn txe(&self) -> bool
Bit 7 - Transmit data register empty
fn tc(&self) -> bool
Bit 6 - Transmission complete
fn rxne(&self) -> bool
Bit 5 - Read data register not empty
fn idle(&self) -> bool
Bit 4 - Idle line detected
fn ore(&self) -> bool
Bit 3 - Overrun error
fn nf(&self) -> bool
Bit 2 - Noise detected flag
fn fe(&self) -> bool
Bit 1 - Framing error
fn pe(&self) -> bool
Bit 0 - Parity error
Trait Implementations
impl Clone for IsrR
[src]
fn clone(&self) -> IsrR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more