Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_struct.h115 …uint32_t tx_fifo_empty: 1; /*The raw interrupt status bit for tx_fifo empty when use … member
134 … uint32_t tx_fifo_empty: 1; /*Set this bit to clear the tx_fifo_empty_int interrupt.*/ member
153 … uint32_t tx_fifo_empty: 1; /*The enable bit for tx_fifo_empty_int interrupt.*/ member
172 …uint32_t tx_fifo_empty: 1; /*The masked interrupt status for tx_fifo_empty_int inter… member
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h842 if (int_sts.tx_fifo_empty) { in i2c_ll_slave_get_event()