Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ite_enhance.c165 E_HW_RST = 0x01, enumerator
181 E_STS_AND_HW_RST = (E_STS_RST | E_HW_RST),
183 E_START_ID = (E_INT_EN | E_MODE_SEL | E_ACK | E_START | E_HW_RST),
185 E_FINISH = (E_INT_EN | E_MODE_SEL | E_ACK | E_STOP | E_HW_RST),
467 E_HW_RST | (nack ? 0 : E_ACK); in i2c_pio_trans_data()