Struct esp32::i2c0::int_status::R
source · pub struct R(_);
Expand description
Register INT_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn rxfifo_full_int_st(&self) -> RXFIFO_FULL_INT_ST_R
pub fn rxfifo_full_int_st(&self) -> RXFIFO_FULL_INT_ST_R
Bit 0 - The masked interrupt status for rxfifo_full_int interrupt.
sourcepub fn txfifo_empty_int_st(&self) -> TXFIFO_EMPTY_INT_ST_R
pub fn txfifo_empty_int_st(&self) -> TXFIFO_EMPTY_INT_ST_R
Bit 1 - The masked interrupt status for txfifo_empty_int interrupt.
sourcepub fn rxfifo_ovf_int_st(&self) -> RXFIFO_OVF_INT_ST_R
pub fn rxfifo_ovf_int_st(&self) -> RXFIFO_OVF_INT_ST_R
Bit 2 - The masked interrupt status for rxfifo_ovf_int interrupt.
sourcepub fn end_detect_int_st(&self) -> END_DETECT_INT_ST_R
pub fn end_detect_int_st(&self) -> END_DETECT_INT_ST_R
Bit 3 - The masked interrupt status for end_detect_int interrupt.
sourcepub fn slave_tran_comp_int_st(&self) -> SLAVE_TRAN_COMP_INT_ST_R
pub fn slave_tran_comp_int_st(&self) -> SLAVE_TRAN_COMP_INT_ST_R
Bit 4 - The masked interrupt status for slave_tran_comp_int interrupt.
sourcepub fn arbitration_lost_int_st(&self) -> ARBITRATION_LOST_INT_ST_R
pub fn arbitration_lost_int_st(&self) -> ARBITRATION_LOST_INT_ST_R
Bit 5 - The masked interrupt status for arbitration_lost_int interrupt.
sourcepub fn master_tran_comp_int_st(&self) -> MASTER_TRAN_COMP_INT_ST_R
pub fn master_tran_comp_int_st(&self) -> MASTER_TRAN_COMP_INT_ST_R
Bit 6 - The masked interrupt status for master_tran_comp_int interrupt.
sourcepub fn trans_complete_int_st(&self) -> TRANS_COMPLETE_INT_ST_R
pub fn trans_complete_int_st(&self) -> TRANS_COMPLETE_INT_ST_R
Bit 7 - The masked interrupt status for trans_complete_int interrupt.
sourcepub fn time_out_int_st(&self) -> TIME_OUT_INT_ST_R
pub fn time_out_int_st(&self) -> TIME_OUT_INT_ST_R
Bit 8 - The masked interrupt status for time_out_int interrupt.
sourcepub fn trans_start_int_st(&self) -> TRANS_START_INT_ST_R
pub fn trans_start_int_st(&self) -> TRANS_START_INT_ST_R
Bit 9 - The masked interrupt status for trans_start_int interrupt.
sourcepub fn ack_err_int_st(&self) -> ACK_ERR_INT_ST_R
pub fn ack_err_int_st(&self) -> ACK_ERR_INT_ST_R
Bit 10 - The masked interrupt status for ack_err_int interrupt.
sourcepub fn rx_rec_full_int_st(&self) -> RX_REC_FULL_INT_ST_R
pub fn rx_rec_full_int_st(&self) -> RX_REC_FULL_INT_ST_R
Bit 11 - The masked interrupt status for rx_rec_full_int interrupt.
sourcepub fn tx_send_empty_int_st(&self) -> TX_SEND_EMPTY_INT_ST_R
pub fn tx_send_empty_int_st(&self) -> TX_SEND_EMPTY_INT_ST_R
Bit 12 - The masked interrupt status for tx_send_empty_int interrupt.