Type Alias rp2040_pac::uart0::uartimsc::RXIM_R

source ·
pub type RXIM_R = BitReader;
Expand description

Field RXIM reader - Receive interrupt mask. A read returns the current mask for the UARTRXINTR interrupt. On a write of 1, the mask of the UARTRXINTR interrupt is set. A write of 0 clears the mask.

Aliased Type§

struct RXIM_R { /* private fields */ }