Type Alias rp2040_pac::uart0::uartimsc::OEIM_R

source ·
pub type OEIM_R = BitReader;
Expand description

Field OEIM reader - Overrun error interrupt mask. A read returns the current mask for the UARTOEINTR interrupt. On a write of 1, the mask of the UARTOEINTR interrupt is set. A write of 0 clears the mask.

Aliased Type§

struct OEIM_R { /* private fields */ }