Struct stm32f30x_memory_map::usart::IcrR
[−]
[src]
pub struct IcrR { /* fields omitted */ }
Methods
impl IcrR
[src]
fn wucf(&self) -> bool
Bit 20 - Wakeup from Stop mode clear flag
fn cmcf(&self) -> bool
Bit 17 - Character match clear flag
fn eobcf(&self) -> bool
Bit 12 - End of timeout clear flag
fn rtocf(&self) -> bool
Bit 11 - Receiver timeout clear flag
fn ctscf(&self) -> bool
Bit 9 - CTS clear flag
fn lbdcf(&self) -> bool
Bit 8 - LIN break detection clear flag
fn tccf(&self) -> bool
Bit 6 - Transmission complete clear flag
fn idlecf(&self) -> bool
Bit 4 - Idle line detected clear flag
fn orecf(&self) -> bool
Bit 3 - Overrun error clear flag
fn ncf(&self) -> bool
Bit 2 - Noise detected clear flag
fn fecf(&self) -> bool
Bit 1 - Framing error clear flag
fn pecf(&self) -> bool
Bit 0 - Parity error clear flag
Trait Implementations
impl Clone for IcrR
[src]
fn clone(&self) -> IcrR
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