pub type R = R<SSPSR_SPEC>;
Expand description
Register SSPSR
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn tfe(&self) -> TFE_R
pub fn tfe(&self) -> TFE_R
Bit 0 - Transmit FIFO empty, RO: 0 Transmit FIFO is not empty. 1 Transmit FIFO is empty.
Sourcepub fn tnf(&self) -> TNF_R
pub fn tnf(&self) -> TNF_R
Bit 1 - Transmit FIFO not full, RO: 0 Transmit FIFO is full. 1 Transmit FIFO is not full.
Sourcepub fn rne(&self) -> RNE_R
pub fn rne(&self) -> RNE_R
Bit 2 - Receive FIFO not empty, RO: 0 Receive FIFO is empty. 1 Receive FIFO is not empty.