[][src]Type Definition ambiq_apollo1_pac::uart::lcrh::R

type R = R<u32, LCRH>;

Reader of register LCRH

Methods

impl R[src]

pub fn sps(&self) -> SPS_R[src]

Bit 7 - This bit holds the stick parity select.

pub fn wlen(&self) -> WLEN_R[src]

Bits 5:6 - These bits hold the write length.

pub fn fen(&self) -> FEN_R[src]

Bit 4 - This bit holds the FIFO enable.

pub fn stp2(&self) -> STP2_R[src]

Bit 3 - This bit holds the two stop bits select.

pub fn eps(&self) -> EPS_R[src]

Bit 2 - This bit holds the even parity select.

pub fn pen(&self) -> PEN_R[src]

Bit 1 - This bit holds the parity enable.

pub fn brk(&self) -> BRK_R[src]

Bit 0 - This bit holds the break set.