Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_dw.c202 int tx_empty; in i2c_dw_data_ask() local
231 tx_empty = tx_buffer_depth - read_txflr(reg_base); in i2c_dw_data_ask()
235 cnt = MIN(MIN(tx_empty, rx_empty), cnt); in i2c_dw_data_ask()
422 if (intr_stat.bits.tx_empty) { in i2c_dw_isr()
Di2c_dw_registers.h76 uint32_t tx_empty: 1 __packed; member