Struct lpc177x_8x::uart1::lcr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bits 0:1 - Word Length Select.

Bit 2 - Stop Bit Select.

Bit 3 - Parity Enable.

Bits 4:5 - Parity Select.

Bit 6 - Break Control.

Bit 7 - Divisor Latch Access Bit (DLAB)

Auto Trait Implementations

impl Send for W

impl Sync for W