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.