Struct zinc_hal_lpc11xx::ioregs::UART_iir [] [src]

pub struct UART_iir {
    // some fields omitted
}

Register IIR: Interrupt ID Register. Identifies which interrupt(s) are pending.

Methods

impl UART_iir

fn get(&self) -> UART_iir_Get

Fetch the value of the IIR register.

fn intstatus(&self) -> UART_iir_intstatus

Get value of INTSTATUS field.

fn intid(&self) -> UART_iir_intid

Get value of INTID field.

fn fifoenable(&self) -> u32

Get value of FIFOENABLE field.

fn abeoint(&self) -> bool

Get value of ABEOINT field.

fn abtoint(&self) -> bool

Get value of ABTOINT field.

Trait Implementations

impl Copy for UART_iir

Derived Implementations

impl Clone for UART_iir

fn clone(&self) -> UART_iir

fn clone_from(&mut self, source: &Self)