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

type R = R<u32, I2C_INT_ENA_REG>;

Reader of register I2C_INT_ENA_REG

Methods

impl R[src]

pub fn i2c_tx_send_empty_int_ena(&self) -> I2C_TX_SEND_EMPTY_INT_ENA_R[src]

Bit 12 - The enable bit for tx_send_empty_int interrupt.

pub fn i2c_rx_rec_full_int_ena(&self) -> I2C_RX_REC_FULL_INT_ENA_R[src]

Bit 11 - The enable bit for rx_rec_full_int interrupt.

pub fn i2c_ack_err_int_ena(&self) -> I2C_ACK_ERR_INT_ENA_R[src]

Bit 10 - The enable bit for ack_err_int interrupt.

pub fn i2c_trans_start_int_ena(&self) -> I2C_TRANS_START_INT_ENA_R[src]

Bit 9 - The enable bit for trans_start_int interrupt.

pub fn i2c_time_out_int_ena(&self) -> I2C_TIME_OUT_INT_ENA_R[src]

Bit 8 - The enable bit for time_out_int interrupt.

pub fn i2c_trans_complete_int_ena(&self) -> I2C_TRANS_COMPLETE_INT_ENA_R[src]

Bit 7 - The enable bit for trans_complete_int interrupt.

pub fn i2c_master_tran_comp_int_ena(&self) -> I2C_MASTER_TRAN_COMP_INT_ENA_R[src]

Bit 6 - The enable bit for master_tran_comp_int interrupt.

pub fn i2c_arbitration_lost_int_ena(&self) -> I2C_ARBITRATION_LOST_INT_ENA_R[src]

Bit 5 - The enable bit for arbitration_lost_int interrupt.

pub fn i2c_slave_tran_comp_int_ena(&self) -> I2C_SLAVE_TRAN_COMP_INT_ENA_R[src]

Bit 4 - The enable bit for slave_tran_comp_int interrupt.

pub fn i2c_end_detect_int_ena(&self) -> I2C_END_DETECT_INT_ENA_R[src]

Bit 3 - The enable bit for end_detect_int interrupt.

pub fn i2c_rxfifo_ovf_int_ena(&self) -> I2C_RXFIFO_OVF_INT_ENA_R[src]

Bit 2 - The enable bit for rxfifo_ovf_int interrupt.

pub fn i2c_txfifo_empty_int_ena(&self) -> I2C_TXFIFO_EMPTY_INT_ENA_R[src]

Bit 1 - The enable bit for txfifo_empty_int interrupt.

pub fn i2c_rxfifo_full_int_ena(&self) -> I2C_RXFIFO_FULL_INT_ENA_R[src]

Bit 0 - The enable bit for rxfifo_full_int interrupt.