Home
last modified time | relevance | path

Searched refs:I2C_ACK_ERR_INT_ENA_M (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h89 #define I2C_LL_MASTER_TX_INT (I2C_ACK_ERR_INT_ENA_M|I2C_TIME_OUT_INT_ENA_M|I2C_TRANS_COMPL…
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_reg.h461 #define I2C_ACK_ERR_INT_ENA_M (BIT(10)) macro