[][src]Type Definition lpc11xx::uart::lcr::W

type W = W<u32, LCR>;

Writer for register LCR

Methods

impl W[src]

pub fn wls(&mut self) -> WLS_W[src]

Bits 0:1 - Word Length Select.

pub fn sbs(&mut self) -> SBS_W[src]

Bit 2 - Stop Bit Select.

pub fn pe(&mut self) -> PE_W[src]

Bit 3 - Parity Enable.

pub fn ps(&mut self) -> PS_W[src]

Bits 4:5 - Parity Select.

pub fn bc(&mut self) -> BC_W[src]

Bit 6 - Break Control.

pub fn dlab(&mut self) -> DLAB_W[src]

Bit 7 - Divisor Latch Access Bit.