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

type R = R<u32, IEC>;

Reader of register IEC

Methods

impl R[src]

pub fn oeic(&self) -> OEIC_R[src]

Bit 10 - This bit holds the overflow interrupt clear.

pub fn beic(&self) -> BEIC_R[src]

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

pub fn peic(&self) -> PEIC_R[src]

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

pub fn feic(&self) -> FEIC_R[src]

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

pub fn rtic(&self) -> RTIC_R[src]

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

pub fn txic(&self) -> TXIC_R[src]

Bit 5 - This bit holds the transmit interrupt clear.

pub fn rxic(&self) -> RXIC_R[src]

Bit 4 - This bit holds the receive interrupt clear.

pub fn dsrmic(&self) -> DSRMIC_R[src]

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

pub fn dcdmic(&self) -> DCDMIC_R[src]

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

pub fn ctsmic(&self) -> CTSMIC_R[src]

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

pub fn rimic(&self) -> RIMIC_R[src]

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