Type Alias rp2040_pac::spi0::sspimsc::RORIM_W
source · pub type RORIM_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field RORIM
writer - Receive overrun interrupt mask: 0 Receive FIFO written to while full condition interrupt is masked. 1 Receive FIFO written to while full condition interrupt is not masked.
Aliased Type§
struct RORIM_W<'a, REG> { /* private fields */ }