Home
last modified time | relevance | path

Searched refs:DW_INTR_STAT_TX_ABRT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_dw.h44 (DW_INTR_STAT_TX_OVER | DW_INTR_STAT_TX_EMPTY | DW_INTR_STAT_TX_ABRT | \
51 (DW_INTR_STAT_RD_REQ | DW_INTR_STAT_TX_ABRT | DW_INTR_STAT_STOP_DET)
Di2c_dw_registers.h44 #define DW_INTR_STAT_TX_ABRT BIT(6) macro
Di2c_dw.c400 if ((DW_INTR_STAT_TX_ABRT | DW_INTR_STAT_TX_OVER | DW_INTR_STAT_RX_OVER | in i2c_dw_isr()