Struct stm32f30x_memory_map::usart::Cr1W [] [src]

#[repr(C)]
pub struct Cr1W { /* fields omitted */ }

Methods

impl Cr1W
[src]

Reset value

Bit 27 - End of Block interrupt enable

Bit 26 - Receiver timeout interrupt enable

Bits 21:25 - Driver Enable assertion time

Bits 16:20 - Driver Enable deassertion time

Bit 15 - Oversampling mode

Bit 14 - Character match interrupt enable

Bit 13 - Mute mode enable

Bit 12 - Word length

Bit 11 - Receiver wakeup method

Bit 10 - Parity control enable

Bit 9 - Parity selection

Bit 8 - PE interrupt enable

Bit 7 - interrupt enable

Bit 6 - Transmission complete interrupt enable

Bit 5 - RXNE interrupt enable

Bit 4 - IDLE interrupt enable

Bit 3 - Transmitter enable

Bit 2 - Receiver enable

Bit 1 - USART enable in Stop mode

Bit 0 - USART enable

Trait Implementations

impl Clone for Cr1W
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cr1W
[src]