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