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

type R = R<u32, LCR>;

Reader of register LCR

Methods

impl R[src]

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

Bits 0:1 - Word Length Select.

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

Bit 2 - Stop Bit Select.

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

Bit 3 - Parity Enable.

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

Bits 4:5 - Parity Select.

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

Bit 6 - Break Control.

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

Bit 7 - Divisor Latch Access Bit.