Type Alias rp2040_pac::uart0::uartimsc::TXIM_R

source ·
pub type TXIM_R = BitReader;
Expand description

Field TXIM reader - Transmit interrupt mask. A read returns the current mask for the UARTTXINTR interrupt. On a write of 1, the mask of the UARTTXINTR interrupt is set. A write of 0 clears the mask.

Aliased Type§

struct TXIM_R { /* private fields */ }