Type Alias esp32c3::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_done(&self) -> RX_DONE_R

Bit 0 - The raw interrupt status bit for the i2s_rx_done_int interrupt

source

pub fn tx_done(&self) -> TX_DONE_R

Bit 1 - The raw interrupt status bit for the i2s_tx_done_int interrupt

source

pub fn rx_hung(&self) -> RX_HUNG_R

Bit 2 - The raw interrupt status bit for the i2s_rx_hung_int interrupt

source

pub fn tx_hung(&self) -> TX_HUNG_R

Bit 3 - The raw interrupt status bit for the i2s_tx_hung_int interrupt