[][src]Type Definition lpc54606_pac::i2s0::fifointenset::R

type R = R<u32, FIFOINTENSET>;

Reader of register FIFOINTENSET

Methods

impl R[src]

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

Bit 0 - Determines whether an interrupt occurs when a transmit error occurs, based on the TXERR flag in the FIFOSTAT register.

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

Bit 1 - Determines whether an interrupt occurs when a receive error occurs, based on the RXERR flag in the FIFOSTAT register.

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

Bit 2 - Determines whether an interrupt occurs when a the transmit FIFO reaches the level specified by the TXLVL field in the FIFOTRIG register.

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

Bit 3 - Determines whether an interrupt occurs when a the receive FIFO reaches the level specified by the TXLVL field in the FIFOTRIG register.