[][src]Type Definition esp32::i2c::i2c_int_status_reg::W

type W = W<u32, I2C_INT_STATUS_REG>;

Writer for register I2C_INT_STATUS_REG

Methods

impl W[src]

pub fn i2c_tx_send_empty_int_st(&mut self) -> I2C_TX_SEND_EMPTY_INT_ST_W[src]

Bit 12 - The masked interrupt status for tx_send_empty_int interrupt.

pub fn i2c_rx_rec_full_int_st(&mut self) -> I2C_RX_REC_FULL_INT_ST_W[src]

Bit 11 - The masked interrupt status for rx_rec_full_int interrupt.

pub fn i2c_ack_err_int_st(&mut self) -> I2C_ACK_ERR_INT_ST_W[src]

Bit 10 - The masked interrupt status for ack_err_int interrupt.

pub fn i2c_trans_start_int_st(&mut self) -> I2C_TRANS_START_INT_ST_W[src]

Bit 9 - The masked interrupt status for trans_start_int interrupt.

pub fn i2c_time_out_int_st(&mut self) -> I2C_TIME_OUT_INT_ST_W[src]

Bit 8 - The masked interrupt status for time_out_int interrupt.

pub fn i2c_trans_complete_int_st(&mut self) -> I2C_TRANS_COMPLETE_INT_ST_W[src]

Bit 7 - The masked interrupt status for trans_complete_int interrupt.

pub fn i2c_master_tran_comp_int_st(&mut self) -> I2C_MASTER_TRAN_COMP_INT_ST_W[src]

Bit 6 - The masked interrupt status for master_tran_comp_int interrupt.

pub fn i2c_arbitration_lost_int_st(&mut self) -> I2C_ARBITRATION_LOST_INT_ST_W[src]

Bit 5 - The masked interrupt status for arbitration_lost_int interrupt.

pub fn i2c_slave_tran_comp_int_st(&mut self) -> I2C_SLAVE_TRAN_COMP_INT_ST_W[src]

Bit 4 - The masked interrupt status for slave_tran_comp_int interrupt.

pub fn i2c_end_detect_int_st(&mut self) -> I2C_END_DETECT_INT_ST_W[src]

Bit 3 - The masked interrupt status for end_detect_int interrupt.

pub fn i2c_rxfifo_ovf_int_st(&mut self) -> I2C_RXFIFO_OVF_INT_ST_W[src]

Bit 2 - The masked interrupt status for rxfifo_ovf_int interrupt.

pub fn i2c_txfifo_empty_int_st(&mut self) -> I2C_TXFIFO_EMPTY_INT_ST_W[src]

Bit 1 - The masked interrupt status for txfifo_empty_int interrupt.

pub fn i2c_rxfifo_full_int_st(&mut self) -> I2C_RXFIFO_FULL_INT_ST_W[src]

Bit 0 - The masked interrupt status for rxfifo_full_int interrupt.