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

type R = R<u32, INTSTAT>;

Reader of register INTSTAT

Methods

impl R[src]

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 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 aberrint(&self) -> ABERRINT_R[src]

Bit 16 - Auto baud Error Interrupt flag.