Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/i2c/
Di2c_andes_atciic100.h57 #define IEN_FIFO_EMPTY BIT(0) macro
Di2c_andes_atciic100.c288 reg |= IEN_FIFO_EMPTY; in i2c_atciic100_controller_send()
290 reg &= (~IEN_FIFO_EMPTY); in i2c_atciic100_controller_send()
450 reg &= (~IEN_FIFO_EMPTY); in i2c_controller_fifo_write()