Type Alias rp2040_pac::xip_ssi::sr::R

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

Register SR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn busy(&self) -> BUSY_R

Bit 0 - SSI busy flag

source

pub fn tfnf(&self) -> TFNF_R

Bit 1 - Transmit FIFO not full

source

pub fn tfe(&self) -> TFE_R

Bit 2 - Transmit FIFO empty

source

pub fn rfne(&self) -> RFNE_R

Bit 3 - Receive FIFO not empty

source

pub fn rff(&self) -> RFF_R

Bit 4 - Receive FIFO full

source

pub fn txe(&self) -> TXE_R

Bit 5 - Transmission error

source

pub fn dcol(&self) -> DCOL_R

Bit 6 - Data collision error