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

type R = R<u32, FIFOINTSTAT>;

Reader of register FIFOINTSTAT

Methods

impl R[src]

pub fn txerr(&self) -> TXERR_R[src]

Bit 0 - TX FIFO error.

pub fn rxerr(&self) -> RXERR_R[src]

Bit 1 - RX FIFO error.

pub fn txlvl(&self) -> TXLVL_R[src]

Bit 2 - Transmit FIFO level interrupt.

pub fn rxlvl(&self) -> RXLVL_R[src]

Bit 3 - Receive FIFO level interrupt.

pub fn perint(&self) -> PERINT_R[src]

Bit 4 - Peripheral interrupt.