Type Alias rp2040_pac::spi0::sspimsc::R
source · pub type R = R<SSPIMSC_SPEC>;
Expand description
Register SSPIMSC
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn rorim(&self) -> RORIM_R
pub fn rorim(&self) -> RORIM_R
Bit 0 - 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.
sourcepub fn rtim(&self) -> RTIM_R
pub fn rtim(&self) -> RTIM_R
Bit 1 - Receive timeout interrupt mask: 0 Receive FIFO not empty and no read prior to timeout period interrupt is masked. 1 Receive FIFO not empty and no read prior to timeout period interrupt is not masked.