[][src]Type Definition lpc11xx::uart::iir::R

type R = R<u32, IIR>;

Reader of register IIR

Methods

impl R[src]

pub fn intstatus(&self) -> INTSTATUS_R[src]

Bit 0 - Interrupt status. Note that IIR[0] is active low. The pending interrupt can be determined by evaluating IIR[3:1].

pub fn intid(&self) -> INTID_R[src]

Bits 1:3 - Interrupt identification. IER[3:1] identifies an interrupt corresponding to the UART Rx FIFO. All other combinations of IER[3:1] not listed below are reserved (100,101,111).

pub fn fifoenable(&self) -> FIFOENABLE_R[src]

Bits 6:7 - These bits are equivalent to FCR[0].

pub fn abeoint(&self) -> ABEOINT_R[src]

Bit 8 - End of auto-baud interrupt. True if auto-baud has finished successfully and interrupt is enabled.

pub fn abtoint(&self) -> ABTOINT_R[src]

Bit 9 - Auto-baud time-out interrupt. True if auto-baud has timed out and interrupt is enabled.