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