Struct stm32l0x2::usart1::cr3::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 22 - Wakeup from Stop mode interrupt enable

[src]

Bits 20:21 - Wakeup from Stop mode interrupt flag selection

[src]

Bits 17:19 - Smartcard auto-retry count

[src]

Bit 15 - Driver enable polarity selection

[src]

Bit 14 - Driver enable mode

[src]

Bit 13 - DMA Disable on Reception Error

[src]

Bit 12 - Overrun Disable

[src]

Bit 11 - One sample bit method enable

[src]

Bit 10 - CTS interrupt enable

[src]

Bit 9 - CTS enable

[src]

Bit 8 - RTS enable

[src]

Bit 7 - DMA enable transmitter

[src]

Bit 6 - DMA enable receiver

[src]

Bit 5 - Smartcard mode enable

[src]

Bit 4 - Smartcard NACK enable

[src]

Bit 3 - Half-duplex selection

[src]

Bit 2 - Ir low-power

[src]

Bit 1 - Ir mode enable

[src]

Bit 0 - Error interrupt enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W