Struct esp32s3_hal::pac::i2s1::int_st::R
pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
§impl R
impl R
pub fn rx_done_int_st(&self) -> BitReaderRaw<bool>
pub fn rx_done_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - The masked interrupt status bit for the i2s_rx_done_int interrupt
pub fn tx_done_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_done_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - The masked interrupt status bit for the i2s_tx_done_int interrupt
pub fn rx_hung_int_st(&self) -> BitReaderRaw<bool>
pub fn rx_hung_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - The masked interrupt status bit for the i2s_rx_hung_int interrupt
pub fn tx_hung_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_hung_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - The masked interrupt status bit for the i2s_tx_hung_int interrupt
Methods from Deref<Target = R<INT_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_ST_SPEC>> for R
impl From<R<INT_ST_SPEC>> for R
§fn from(reader: R<INT_ST_SPEC>) -> R
fn from(reader: R<INT_ST_SPEC>) -> R
Converts to this type from the input type.