Struct stm32f30x_memory_map::usart::RqrR
[−]
[src]
pub struct RqrR { /* fields omitted */ }
Methods
impl RqrR
[src]
fn txfrq(&self) -> bool
Bit 4 - Transmit data flush request
fn rxfrq(&self) -> bool
Bit 3 - Receive data flush request
fn mmrq(&self) -> bool
Bit 2 - Mute mode request
fn sbkrq(&self) -> bool
Bit 1 - Send break request
fn abrrq(&self) -> bool
Bit 0 - Auto baud rate request
Trait Implementations
impl Clone for RqrR
[src]
fn clone(&self) -> RqrR
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