Type Alias rp2040_pac::uart0::uarticr::R

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

Register UARTICR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rimic(&self) -> RIMIC_R

Bit 0 - nUARTRI modem interrupt clear. Clears the UARTRIINTR interrupt.

source

pub fn ctsmic(&self) -> CTSMIC_R

Bit 1 - nUARTCTS modem interrupt clear. Clears the UARTCTSINTR interrupt.

source

pub fn dcdmic(&self) -> DCDMIC_R

Bit 2 - nUARTDCD modem interrupt clear. Clears the UARTDCDINTR interrupt.

source

pub fn dsrmic(&self) -> DSRMIC_R

Bit 3 - nUARTDSR modem interrupt clear. Clears the UARTDSRINTR interrupt.

source

pub fn rxic(&self) -> RXIC_R

Bit 4 - Receive interrupt clear. Clears the UARTRXINTR interrupt.

source

pub fn txic(&self) -> TXIC_R

Bit 5 - Transmit interrupt clear. Clears the UARTTXINTR interrupt.

source

pub fn rtic(&self) -> RTIC_R

Bit 6 - Receive timeout interrupt clear. Clears the UARTRTINTR interrupt.

source

pub fn feic(&self) -> FEIC_R

Bit 7 - Framing error interrupt clear. Clears the UARTFEINTR interrupt.

source

pub fn peic(&self) -> PEIC_R

Bit 8 - Parity error interrupt clear. Clears the UARTPEINTR interrupt.

source

pub fn beic(&self) -> BEIC_R

Bit 9 - Break error interrupt clear. Clears the UARTBEINTR interrupt.

source

pub fn oeic(&self) -> OEIC_R

Bit 10 - Overrun error interrupt clear. Clears the UARTOEINTR interrupt.