Type Alias esp32s2::i2s0::int_raw::R

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

Register INT_RAW reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rx_take_data_int_raw(&self) -> RX_TAKE_DATA_INT_RAW_R

Bit 0 - The raw interrupt status bit for I2S_RX_TAKE_DATA_INT interrupt.

source

pub fn tx_put_data_int_raw(&self) -> TX_PUT_DATA_INT_RAW_R

Bit 1 - The raw interrupt status bit for I2S_TX_PUT_DATA_INT interrupt.

source

pub fn rx_wfull_int_raw(&self) -> RX_WFULL_INT_RAW_R

Bit 2 - The raw interrupt status bit for I2S_RX_WFULL_INT interrupt.

source

pub fn rx_rempty_int_raw(&self) -> RX_REMPTY_INT_RAW_R

Bit 3 - The raw interrupt status bit for I2S_RX_REMPTY_INT interrupt.

source

pub fn tx_wfull_int_raw(&self) -> TX_WFULL_INT_RAW_R

Bit 4 - The raw interrupt status bit for I2S_TX_WFULL_INT interrupt.

source

pub fn tx_rempty_int_raw(&self) -> TX_REMPTY_INT_RAW_R

Bit 5 - The raw interrupt status bit for I2S_TX_REMPTY_INT interrupt.

source

pub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R

Bit 6 - The raw interrupt status bit for I2S_RX_HUNG_INT interrupt.

source

pub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R

Bit 7 - The raw interrupt status bit for I2S_TX_HUNG_INT interrupt.

source

pub fn in_done_int_raw(&self) -> IN_DONE_INT_RAW_R

Bit 8 - The raw interrupt status bit for I2S_IN_DONE_INT interrupt.

source

pub fn in_suc_eof_int_raw(&self) -> IN_SUC_EOF_INT_RAW_R

Bit 9 - The raw interrupt status bit for I2S_IN_SUC_EOF_INT interrupt.

source

pub fn in_err_eof_int_raw(&self) -> IN_ERR_EOF_INT_RAW_R

Bit 10 - Reserved.

source

pub fn out_done_int_raw(&self) -> OUT_DONE_INT_RAW_R

Bit 11 - The raw interrupt status bit for I2S_OUT_DONE_INT interrupt.

source

pub fn out_eof_int_raw(&self) -> OUT_EOF_INT_RAW_R

Bit 12 - The raw interrupt status bit for I2S_OUT_EOF_INT interrupt.

source

pub fn in_dscr_err_int_raw(&self) -> IN_DSCR_ERR_INT_RAW_R

Bit 13 - The raw interrupt status bit for I2S_IN_DSCR_ERR_INT interrupt.

source

pub fn out_dscr_err_int_raw(&self) -> OUT_DSCR_ERR_INT_RAW_R

Bit 14 - The raw interrupt status bit for I2S_OUT_DSCR_ERR_INT interrupt.

source

pub fn in_dscr_empty_int_raw(&self) -> IN_DSCR_EMPTY_INT_RAW_R

Bit 15 - The raw interrupt status bit for I2S_IN_DSCR_EMPTY_INT interrupt.

source

pub fn out_total_eof_int_raw(&self) -> OUT_TOTAL_EOF_INT_RAW_R

Bit 16 - The raw interrupt status bit for I2S_OUT_TOTAL_EOF_INT interrupt.

source

pub fn v_sync_int_raw(&self) -> V_SYNC_INT_RAW_R

Bit 17 - The raw interrupt status bit for I2S_V_SYNC_INT interrupt.