Type Alias rp2040_pac::uart0::uartimsc::PEIM_W

source ·
pub type PEIM_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field PEIM writer - Parity error interrupt mask. A read returns the current mask for the UARTPEINTR interrupt. On a write of 1, the mask of the UARTPEINTR interrupt is set. A write of 0 clears the mask.

Aliased Type§

struct PEIM_W<'a, REG> { /* private fields */ }