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

type R = R<u32, RSR>;

Reader of register RSR

Methods

impl R[src]

pub fn oestat(&self) -> OESTAT_R[src]

Bit 3 - This is the overrun error indicator.

pub fn bestat(&self) -> BESTAT_R[src]

Bit 2 - This is the break error indicator.

pub fn pestat(&self) -> PESTAT_R[src]

Bit 1 - This is the parity error indicator.

pub fn festat(&self) -> FESTAT_R[src]

Bit 0 - This is the framing error indicator.