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

type R = R<u32, IES>;

Reader of register IES

Methods

impl R[src]

pub fn oeris(&self) -> OERIS_R[src]

Bit 10 - This bit holds the overflow interrupt status.

pub fn beris(&self) -> BERIS_R[src]

Bit 9 - This bit holds the break error interrupt status.

pub fn peris(&self) -> PERIS_R[src]

Bit 8 - This bit holds the parity error interrupt status.

pub fn feris(&self) -> FERIS_R[src]

Bit 7 - This bit holds the framing error interrupt status.

pub fn rtris(&self) -> RTRIS_R[src]

Bit 6 - This bit holds the receive timeout interrupt status.

pub fn txris(&self) -> TXRIS_R[src]

Bit 5 - This bit holds the transmit interrupt status.

pub fn rxris(&self) -> RXRIS_R[src]

Bit 4 - This bit holds the receive interrupt status.

pub fn dsrmris(&self) -> DSRMRIS_R[src]

Bit 3 - This bit holds the modem DSR interrupt status.

pub fn dcdmris(&self) -> DCDMRIS_R[src]

Bit 2 - This bit holds the modem DCD interrupt status.

pub fn ctsmris(&self) -> CTSMRIS_R[src]

Bit 1 - This bit holds the modem CTS interrupt status.

pub fn rimris(&self) -> RIMRIS_R[src]

Bit 0 - This bit holds the modem RI interrupt status.