Searched refs:tx_fifo_empty (Results 1 – 2 of 2) sorted by relevance
115 …uint32_t tx_fifo_empty: 1; /*The raw interrupt status bit for tx_fifo empty when use … member134 … uint32_t tx_fifo_empty: 1; /*Set this bit to clear the tx_fifo_empty_int interrupt.*/ member153 … uint32_t tx_fifo_empty: 1; /*The enable bit for tx_fifo_empty_int interrupt.*/ member172 …uint32_t tx_fifo_empty: 1; /*The masked interrupt status for tx_fifo_empty_int inter… member
842 if (int_sts.tx_fifo_empty) { in i2c_ll_slave_get_event()