Type Alias rp2040_pac::spi0::sspmis::R

source ·
pub type R = R<SSPMIS_SPEC>;
Expand description

Register SSPMIS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rormis(&self) -> RORMIS_R

Bit 0 - Gives the receive over run masked interrupt status, after masking, of the SSPRORINTR interrupt

source

pub fn rtmis(&self) -> RTMIS_R

Bit 1 - Gives the receive timeout masked interrupt state, after masking, of the SSPRTINTR interrupt

source

pub fn rxmis(&self) -> RXMIS_R

Bit 2 - Gives the receive FIFO masked interrupt state, after masking, of the SSPRXINTR interrupt

source

pub fn txmis(&self) -> TXMIS_R

Bit 3 - Gives the transmit FIFO masked interrupt state, after masking, of the SSPTXINTR interrupt