pub type R = R<SRrs>;
Expand description
Register SR
reader
Aliased Type§
pub struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn chside(&self) -> CHSIDE_R
pub fn chside(&self) -> CHSIDE_R
Bit 2 - Channel side Note: This bit is not used in SPI mode. It has no significance in PCM mode.
Sourcepub fn udr(&self) -> UDR_R
pub fn udr(&self) -> UDR_R
Bit 3 - Underrun flag This flag is set by hardware and reset by a software sequence. Refer to page1057 for the software sequence. Note: This bit is not used in SPI mode.
Sourcepub fn crcerr(&self) -> CRCERR_R
pub fn crcerr(&self) -> CRCERR_R
Bit 4 - CRC error flag Note: This flag is set by hardware and cleared by software writing 0. This bit is not used in I2S mode.
Sourcepub fn modf(&self) -> MODF_R
pub fn modf(&self) -> MODF_R
Bit 5 - Mode fault This flag is set by hardware and reset by a software sequence. Refer to (MODF) on page1031 for the software sequence. Note: This bit is not used in I2S mode.
Sourcepub fn ovr(&self) -> OVR_R
pub fn ovr(&self) -> OVR_R
Bit 6 - Overrun flag This flag is set by hardware and reset by a software sequence. Refer to page1057 for the software sequence.
Sourcepub fn bsy(&self) -> BSY_R
pub fn bsy(&self) -> BSY_R
Bit 7 - Busy flag This flag is set and cleared by hardware. Note: The BSY flag must be used with caution: refer to and .