[][src]Type Definition lpc54606_pac::spi0::fifointenset::W

type W = W<u32, FIFOINTENSET>;

Writer for register FIFOINTENSET

Methods

impl W[src]

pub fn txerr(&mut self) -> TXERR_W[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(&mut self) -> RXERR_W[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(&mut self) -> TXLVL_W[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(&mut self) -> RXLVL_W[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.