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
impl R
sourcepub fn rirmis(&self) -> RIRMIS_R
pub fn rirmis(&self) -> RIRMIS_R
Bit 0 - nUARTRI modem interrupt status. Returns the raw interrupt state of the UARTRIINTR interrupt.
sourcepub fn ctsrmis(&self) -> CTSRMIS_R
pub fn ctsrmis(&self) -> CTSRMIS_R
Bit 1 - nUARTCTS modem interrupt status. Returns the raw interrupt state of the UARTCTSINTR interrupt.
sourcepub fn dcdrmis(&self) -> DCDRMIS_R
pub fn dcdrmis(&self) -> DCDRMIS_R
Bit 2 - nUARTDCD modem interrupt status. Returns the raw interrupt state of the UARTDCDINTR interrupt.
sourcepub fn dsrrmis(&self) -> DSRRMIS_R
pub fn dsrrmis(&self) -> DSRRMIS_R
Bit 3 - nUARTDSR modem interrupt status. Returns the raw interrupt state of the UARTDSRINTR interrupt.
sourcepub fn rxris(&self) -> RXRIS_R
pub fn rxris(&self) -> RXRIS_R
Bit 4 - Receive interrupt status. Returns the raw interrupt state of the UARTRXINTR interrupt.
sourcepub fn txris(&self) -> TXRIS_R
pub fn txris(&self) -> TXRIS_R
Bit 5 - Transmit interrupt status. Returns the raw interrupt state of the UARTTXINTR interrupt.
sourcepub fn rtris(&self) -> RTRIS_R
pub fn rtris(&self) -> RTRIS_R
Bit 6 - Receive timeout interrupt status. Returns the raw interrupt state of the UARTRTINTR interrupt. a
sourcepub fn feris(&self) -> FERIS_R
pub fn feris(&self) -> FERIS_R
Bit 7 - Framing error interrupt status. Returns the raw interrupt state of the UARTFEINTR interrupt.
sourcepub fn peris(&self) -> PERIS_R
pub fn peris(&self) -> PERIS_R
Bit 8 - Parity error interrupt status. Returns the raw interrupt state of the UARTPEINTR interrupt.