[][src]Type Definition esp32::i2c::i2c_int_clr_reg::R

type R = R<u32, I2C_INT_CLR_REG>;

Reader of register I2C_INT_CLR_REG

Methods

impl R[src]

pub fn i2c_tx_send_empty_int_clr(&self) -> I2C_TX_SEND_EMPTY_INT_CLR_R[src]

Bit 12 - Set this bit to clear the tx_send_empty_int interrupt.

pub fn i2c_rx_rec_full_int_clr(&self) -> I2C_RX_REC_FULL_INT_CLR_R[src]

Bit 11 - Set this bit to clear the rx_rec_full_int interrupt.

pub fn i2c_ack_err_int_clr(&self) -> I2C_ACK_ERR_INT_CLR_R[src]

Bit 10 - Set this bit to clear the ack_err_int interrupt.

pub fn i2c_trans_start_int_clr(&self) -> I2C_TRANS_START_INT_CLR_R[src]

Bit 9 - Set this bit to clear the trans_start_int interrupt.

pub fn i2c_time_out_int_clr(&self) -> I2C_TIME_OUT_INT_CLR_R[src]

Bit 8 - Set this bit to clear the time_out_int interrupt.

pub fn i2c_trans_complete_int_clr(&self) -> I2C_TRANS_COMPLETE_INT_CLR_R[src]

Bit 7 - Set this bit to clear the trans_complete_int interrupt.

pub fn i2c_master_tran_comp_int_clr(&self) -> I2C_MASTER_TRAN_COMP_INT_CLR_R[src]

Bit 6 - Set this bit to clear the master_tran_comp interrupt.

pub fn i2c_arbitration_lost_int_clr(&self) -> I2C_ARBITRATION_LOST_INT_CLR_R[src]

Bit 5 - Set this bit to clear the arbitration_lost_int interrupt.

pub fn i2c_slave_tran_comp_int_clr(&self) -> I2C_SLAVE_TRAN_COMP_INT_CLR_R[src]

Bit 4 - Set this bit to clear the slave_tran_comp_int interrupt.

pub fn i2c_end_detect_int_clr(&self) -> I2C_END_DETECT_INT_CLR_R[src]

Bit 3 - Set this bit to clear the end_detect_int interrupt.

pub fn i2c_rxfifo_ovf_int_clr(&self) -> I2C_RXFIFO_OVF_INT_CLR_R[src]

Bit 2 - Set this bit to clear the rxfifo_ovf_int interrupt.

pub fn i2c_txfifo_empty_int_clr(&self) -> I2C_TXFIFO_EMPTY_INT_CLR_R[src]

Bit 1 - Set this bit to clear the txfifo_empty_int interrupt.

pub fn i2c_rxfifo_full_int_clr(&self) -> I2C_RXFIFO_FULL_INT_CLR_R[src]

Bit 0 - Set this bit to clear the rxfifo_full_int interrupt.