pub type R = R<INT_ST_SPEC>;
Expand description
Register INT_ST
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn rx_take_data(&self) -> RX_TAKE_DATA_R
pub fn rx_take_data(&self) -> RX_TAKE_DATA_R
Bit 0 - The masked interrupt status bit for I2S_RX_TAKE_DATA_INT interrupt.
sourcepub fn tx_put_data(&self) -> TX_PUT_DATA_R
pub fn tx_put_data(&self) -> TX_PUT_DATA_R
Bit 1 - The masked interrupt status bit for I2S_TX_PUT_DATA_INT interrupt.
sourcepub fn rx_wfull(&self) -> RX_WFULL_R
pub fn rx_wfull(&self) -> RX_WFULL_R
Bit 2 - The masked interrupt status bit for I2S_RX_WFULL_INT interrupt.
sourcepub fn rx_rempty(&self) -> RX_REMPTY_R
pub fn rx_rempty(&self) -> RX_REMPTY_R
Bit 3 - The masked interrupt status bit for I2S_RX_REMPTY_INT interrupt.
sourcepub fn tx_wfull(&self) -> TX_WFULL_R
pub fn tx_wfull(&self) -> TX_WFULL_R
Bit 4 - The masked interrupt status bit for I2S_TX_WFULL_INT interrupt.
sourcepub fn tx_rempty(&self) -> TX_REMPTY_R
pub fn tx_rempty(&self) -> TX_REMPTY_R
Bit 5 - The masked interrupt status bit for I2S_TX_REMPTY_INT interrupt.
sourcepub fn rx_hung(&self) -> RX_HUNG_R
pub fn rx_hung(&self) -> RX_HUNG_R
Bit 6 - The masked interrupt status bit for I2S_RX_HUNG_INT interrupt.
sourcepub fn tx_hung(&self) -> TX_HUNG_R
pub fn tx_hung(&self) -> TX_HUNG_R
Bit 7 - The masked interrupt status bit for I2S_TX_HUNG_INT interrupt.
sourcepub fn in_done(&self) -> IN_DONE_R
pub fn in_done(&self) -> IN_DONE_R
Bit 8 - The masked interrupt status bit for I2S_IN_DONE_INT interrupt.
sourcepub fn in_suc_eof(&self) -> IN_SUC_EOF_R
pub fn in_suc_eof(&self) -> IN_SUC_EOF_R
Bit 9 - The masked interrupt status bit for I2S_IN_SUC_EOF_INT interrupt.
sourcepub fn in_err_eof(&self) -> IN_ERR_EOF_R
pub fn in_err_eof(&self) -> IN_ERR_EOF_R
Bit 10 - Reserved.
sourcepub fn out_done(&self) -> OUT_DONE_R
pub fn out_done(&self) -> OUT_DONE_R
Bit 11 - The masked interrupt status bit for I2S_OUT_DONE_INT interrupt.
sourcepub fn out_eof(&self) -> OUT_EOF_R
pub fn out_eof(&self) -> OUT_EOF_R
Bit 12 - The masked interrupt status bit for I2S_OUT_EOF_INT interrupt.
sourcepub fn in_dscr_err(&self) -> IN_DSCR_ERR_R
pub fn in_dscr_err(&self) -> IN_DSCR_ERR_R
Bit 13 - The masked interrupt status bit for I2S_IN_DSCR_ERR_INT interrupt.
sourcepub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R
pub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R
Bit 14 - The masked interrupt status bit for I2S_OUT_DSCR_ERR_INT interrupt.
sourcepub fn in_dscr_empty(&self) -> IN_DSCR_EMPTY_R
pub fn in_dscr_empty(&self) -> IN_DSCR_EMPTY_R
Bit 15 - The masked interrupt status bit for I2S_IN_DSCR_EMPTY_INT interrupt.
sourcepub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R
pub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R
Bit 16 - The masked interrupt status bit for I2S_OUT_TOTAL_EOF_INT interrupt.