Struct stm32f30x_memory_map::usart::Cr3W
[−]
[src]
pub struct Cr3W { /* fields omitted */ }
Methods
impl Cr3W
[src]
fn reset_value() -> Self
Reset value
fn wufie(&mut self, value: bool) -> &mut Self
Bit 22 - Wakeup from Stop mode interrupt enable
fn wus(&mut self, value: u8) -> &mut Self
Bits 20:21 - Wakeup from Stop mode interrupt flag selection
fn scarcnt(&mut self, value: u8) -> &mut Self
Bits 17:19 - Smartcard auto-retry count
fn dep(&mut self, value: bool) -> &mut Self
Bit 15 - Driver enable polarity selection
fn dem(&mut self, value: bool) -> &mut Self
Bit 14 - Driver enable mode
fn ddre(&mut self, value: bool) -> &mut Self
Bit 13 - DMA Disable on Reception Error
fn ovrdis(&mut self, value: bool) -> &mut Self
Bit 12 - Overrun Disable
fn onebit(&mut self, value: bool) -> &mut Self
Bit 11 - One sample bit method enable
fn ctsie(&mut self, value: bool) -> &mut Self
Bit 10 - CTS interrupt enable
fn ctse(&mut self, value: bool) -> &mut Self
Bit 9 - CTS enable
fn rtse(&mut self, value: bool) -> &mut Self
Bit 8 - RTS enable
fn dmat(&mut self, value: bool) -> &mut Self
Bit 7 - DMA enable transmitter
fn dmar(&mut self, value: bool) -> &mut Self
Bit 6 - DMA enable receiver
fn scen(&mut self, value: bool) -> &mut Self
Bit 5 - Smartcard mode enable
fn nack(&mut self, value: bool) -> &mut Self
Bit 4 - Smartcard NACK enable
fn hdsel(&mut self, value: bool) -> &mut Self
Bit 3 - Half-duplex selection
fn irlp(&mut self, value: bool) -> &mut Self
Bit 2 - IrDA low-power
fn iren(&mut self, value: bool) -> &mut Self
Bit 1 - IrDA mode enable
fn eie(&mut self, value: bool) -> &mut Self
Bit 0 - Error interrupt enable
Trait Implementations
impl Clone for Cr3W
[src]
fn clone(&self) -> Cr3W
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