Type Alias rp2040_pac::uart0::uartris::R

source ·
pub type R = R<UARTRIS_SPEC>;
Expand description

Register UARTRIS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rirmis(&self) -> RIRMIS_R

Bit 0 - nUARTRI modem interrupt status. Returns the raw interrupt state of the UARTRIINTR interrupt.

source

pub fn ctsrmis(&self) -> CTSRMIS_R

Bit 1 - nUARTCTS modem interrupt status. Returns the raw interrupt state of the UARTCTSINTR interrupt.

source

pub fn dcdrmis(&self) -> DCDRMIS_R

Bit 2 - nUARTDCD modem interrupt status. Returns the raw interrupt state of the UARTDCDINTR interrupt.

source

pub fn dsrrmis(&self) -> DSRRMIS_R

Bit 3 - nUARTDSR modem interrupt status. Returns the raw interrupt state of the UARTDSRINTR interrupt.

source

pub fn rxris(&self) -> RXRIS_R

Bit 4 - Receive interrupt status. Returns the raw interrupt state of the UARTRXINTR interrupt.

source

pub fn txris(&self) -> TXRIS_R

Bit 5 - Transmit interrupt status. Returns the raw interrupt state of the UARTTXINTR interrupt.

source

pub fn rtris(&self) -> RTRIS_R

Bit 6 - Receive timeout interrupt status. Returns the raw interrupt state of the UARTRTINTR interrupt. a

source

pub fn feris(&self) -> FERIS_R

Bit 7 - Framing error interrupt status. Returns the raw interrupt state of the UARTFEINTR interrupt.

source

pub fn peris(&self) -> PERIS_R

Bit 8 - Parity error interrupt status. Returns the raw interrupt state of the UARTPEINTR interrupt.

source

pub fn beris(&self) -> BERIS_R

Bit 9 - Break error interrupt status. Returns the raw interrupt state of the UARTBEINTR interrupt.

source

pub fn oeris(&self) -> OERIS_R

Bit 10 - Overrun error interrupt status. Returns the raw interrupt state of the UARTOEINTR interrupt.