[][src]Type Definition lpc82x_pac::usart0::intstat::R

type R = R<u32, INTSTAT>;

Reader of register INTSTAT

Methods

impl R[src]

pub fn rxrdy(&self) -> RXRDY_R[src]

Bit 0 - Receiver Ready flag.

pub fn txrdy(&self) -> TXRDY_R[src]

Bit 2 - Transmitter Ready flag.

pub fn txidle(&self) -> TXIDLE_R[src]

Bit 3 - Transmitter idle status.

pub fn deltacts(&self) -> DELTACTS_R[src]

Bit 5 - This bit is set when a change in the state of the CTS input is detected.

pub fn txdisint(&self) -> TXDISINT_R[src]

Bit 6 - Transmitter Disabled Interrupt flag.

pub fn overrunint(&self) -> OVERRUNINT_R[src]

Bit 8 - Overrun Error interrupt flag.

pub fn deltarxbrk(&self) -> DELTARXBRK_R[src]

Bit 11 - This bit is set when a change in the state of receiver break detection occurs.

pub fn start(&self) -> START_R[src]

Bit 12 - This bit is set when a start is detected on the receiver input.

pub fn framerrint(&self) -> FRAMERRINT_R[src]

Bit 13 - Framing Error interrupt flag.

pub fn parityerrint(&self) -> PARITYERRINT_R[src]

Bit 14 - Parity Error interrupt flag.

pub fn rxnoiseint(&self) -> RXNOISEINT_R[src]

Bit 15 - Received Noise interrupt flag.

pub fn aberr(&self) -> ABERR_R[src]

Bit 16 - Autobaud Error flag.