[−][src]Type Definition lpc55_pac::usart0::fifointenset::W
type W = W<u32, FIFOINTENSET>;
Writer for register FIFOINTENSET
Implementations
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.