Struct esp32_hal::pac::i2c0::int_status::R
pub struct R(_);
Expand description
Register INT_STATUS
reader
Implementations§
§impl R
impl R
pub fn rxfifo_full_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_full_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - The masked interrupt status for rxfifo_full_int interrupt.
pub fn txfifo_empty_int_st(&self) -> BitReaderRaw<bool>
pub fn txfifo_empty_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - The masked interrupt status for txfifo_empty_int interrupt.
pub fn rxfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - The masked interrupt status for rxfifo_ovf_int interrupt.
pub fn end_detect_int_st(&self) -> BitReaderRaw<bool>
pub fn end_detect_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - The masked interrupt status for end_detect_int interrupt.
pub fn slave_tran_comp_int_st(&self) -> BitReaderRaw<bool>
pub fn slave_tran_comp_int_st(&self) -> BitReaderRaw<bool>
Bit 4 - The masked interrupt status for slave_tran_comp_int interrupt.
pub fn arbitration_lost_int_st(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_st(&self) -> BitReaderRaw<bool>
Bit 5 - The masked interrupt status for arbitration_lost_int interrupt.
pub fn master_tran_comp_int_st(&self) -> BitReaderRaw<bool>
pub fn master_tran_comp_int_st(&self) -> BitReaderRaw<bool>
Bit 6 - The masked interrupt status for master_tran_comp_int interrupt.
pub fn trans_complete_int_st(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_st(&self) -> BitReaderRaw<bool>
Bit 7 - The masked interrupt status for trans_complete_int interrupt.
pub fn time_out_int_st(&self) -> BitReaderRaw<bool>
pub fn time_out_int_st(&self) -> BitReaderRaw<bool>
Bit 8 - The masked interrupt status for time_out_int interrupt.
pub fn trans_start_int_st(&self) -> BitReaderRaw<bool>
pub fn trans_start_int_st(&self) -> BitReaderRaw<bool>
Bit 9 - The masked interrupt status for trans_start_int interrupt.
pub fn ack_err_int_st(&self) -> BitReaderRaw<bool>
pub fn ack_err_int_st(&self) -> BitReaderRaw<bool>
Bit 10 - The masked interrupt status for ack_err_int interrupt.
pub fn rx_rec_full_int_st(&self) -> BitReaderRaw<bool>
pub fn rx_rec_full_int_st(&self) -> BitReaderRaw<bool>
Bit 11 - The masked interrupt status for rx_rec_full_int interrupt.
pub fn tx_send_empty_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_send_empty_int_st(&self) -> BitReaderRaw<bool>
Bit 12 - The masked interrupt status for tx_send_empty_int interrupt.
Methods from Deref<Target = R<INT_STATUS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.