Type Alias rp2040_pac::uart0::uartimsc::RTIM_W
source · pub type RTIM_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field RTIM
writer - Receive timeout interrupt mask. A read returns the current mask for the UARTRTINTR interrupt. On a write of 1, the mask of the UARTRTINTR interrupt is set. A write of 0 clears the mask.
Aliased Type§
struct RTIM_W<'a, REG> { /* private fields */ }