Struct esp32c2_hal::pac::i2c0::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
impl R
impl R
pub fn rxfifo_wm_int_raw(&self) -> BitReaderRaw<bool>
pub fn rxfifo_wm_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - The raw interrupt bit for I2C_RXFIFO_WM_INT interrupt.
pub fn txfifo_wm_int_raw(&self) -> BitReaderRaw<bool>
pub fn txfifo_wm_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - The raw interrupt bit for I2C_TXFIFO_WM_INT interrupt.
pub fn rxfifo_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - The raw interrupt bit for I2C_RXFIFO_OVF_INT interrupt.
pub fn end_detect_int_raw(&self) -> BitReaderRaw<bool>
pub fn end_detect_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - The raw interrupt bit for the I2C_END_DETECT_INT interrupt.
pub fn byte_trans_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn byte_trans_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - The raw interrupt bit for the I2C_END_DETECT_INT interrupt.
pub fn arbitration_lost_int_raw(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - The raw interrupt bit for the I2C_ARBITRATION_LOST_INT interrupt.
pub fn mst_txfifo_udf_int_raw(&self) -> BitReaderRaw<bool>
pub fn mst_txfifo_udf_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - The raw interrupt bit for I2C_TRANS_COMPLETE_INT interrupt.
pub fn trans_complete_int_raw(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - The raw interrupt bit for the I2C_TRANS_COMPLETE_INT interrupt.
pub fn time_out_int_raw(&self) -> BitReaderRaw<bool>
pub fn time_out_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - The raw interrupt bit for the I2C_TIME_OUT_INT interrupt.
pub fn trans_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn trans_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 9 - The raw interrupt bit for the I2C_TRANS_START_INT interrupt.
pub fn nack_int_raw(&self) -> BitReaderRaw<bool>
pub fn nack_int_raw(&self) -> BitReaderRaw<bool>
Bit 10 - The raw interrupt bit for I2C_SLAVE_STRETCH_INT interrupt.
pub fn txfifo_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn txfifo_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 11 - The raw interrupt bit for I2C_TXFIFO_OVF_INT interrupt.
pub fn rxfifo_udf_int_raw(&self) -> BitReaderRaw<bool>
pub fn rxfifo_udf_int_raw(&self) -> BitReaderRaw<bool>
Bit 12 - The raw interrupt bit for I2C_RXFIFO_UDF_INT interrupt.
pub fn scl_st_to_int_raw(&self) -> BitReaderRaw<bool>
pub fn scl_st_to_int_raw(&self) -> BitReaderRaw<bool>
Bit 13 - The raw interrupt bit for I2C_SCL_ST_TO_INT interrupt.
pub fn scl_main_st_to_int_raw(&self) -> BitReaderRaw<bool>
pub fn scl_main_st_to_int_raw(&self) -> BitReaderRaw<bool>
Bit 14 - The raw interrupt bit for I2C_SCL_MAIN_ST_TO_INT interrupt.
pub fn det_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn det_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 15 - The raw interrupt bit for I2C_DET_START_INT interrupt.
Methods from Deref<Target = R<INT_RAW_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.