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

type R = R<u32, DR>;

Reader of register DR

Methods

impl R[src]

pub fn oedata(&self) -> OEDATA_R[src]

Bit 11 - This is the overrun error indicator.

pub fn bedata(&self) -> BEDATA_R[src]

Bit 10 - This is the break error indicator.

pub fn pedata(&self) -> PEDATA_R[src]

Bit 9 - This is the parity error indicator.

pub fn fedata(&self) -> FEDATA_R[src]

Bit 8 - This is the framing error indicator.

pub fn data(&self) -> DATA_R[src]

Bits 0:7 - This is the UART data port.