Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_dw.c204 int tx_empty; in i2c_dw_data_ask() local
233 tx_empty = tx_buffer_depth - read_txflr(reg_base); in i2c_dw_data_ask()
237 cnt = MIN(MIN(tx_empty, rx_empty), cnt); in i2c_dw_data_ask()
429 if (intr_stat.bits.tx_empty) { in i2c_dw_isr()
Di2c_dw_registers.h76 uint32_t tx_empty : 1 __packed; member