Struct stm32f30x_memory_map::usart::Cr1R
[−]
[src]
pub struct Cr1R { /* fields omitted */ }
Methods
impl Cr1R
[src]
fn eobie(&self) -> bool
Bit 27 - End of Block interrupt enable
fn rtoie(&self) -> bool
Bit 26 - Receiver timeout interrupt enable
fn deat(&self) -> u8
Bits 21:25 - Driver Enable assertion time
fn dedt(&self) -> u8
Bits 16:20 - Driver Enable deassertion time
fn over8(&self) -> bool
Bit 15 - Oversampling mode
fn cmie(&self) -> bool
Bit 14 - Character match interrupt enable
fn mme(&self) -> bool
Bit 13 - Mute mode enable
fn m(&self) -> bool
Bit 12 - Word length
fn wake(&self) -> bool
Bit 11 - Receiver wakeup method
fn pce(&self) -> bool
Bit 10 - Parity control enable
fn ps(&self) -> bool
Bit 9 - Parity selection
fn peie(&self) -> bool
Bit 8 - PE interrupt enable
fn txeie(&self) -> bool
Bit 7 - interrupt enable
fn tcie(&self) -> bool
Bit 6 - Transmission complete interrupt enable
fn rxneie(&self) -> bool
Bit 5 - RXNE interrupt enable
fn idleie(&self) -> bool
Bit 4 - IDLE interrupt enable
fn te(&self) -> bool
Bit 3 - Transmitter enable
fn re(&self) -> bool
Bit 2 - Receiver enable
fn uesm(&self) -> bool
Bit 1 - USART enable in Stop mode
fn ue(&self) -> bool
Bit 0 - USART enable
Trait Implementations
impl Clone for Cr1R
[src]
fn clone(&self) -> Cr1R
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