Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_npcx_controller.c137 NPCX_I2C_WRITE_SUSPEND, enumerator
630 data->oper_state = NPCX_I2C_WRITE_SUSPEND; in i2c_ctrl_handle_write_int_event()
636 if (data->oper_state == NPCX_I2C_WRITE_SUSPEND) { in i2c_ctrl_handle_write_int_event()
785 } else if (data->oper_state == NPCX_I2C_WRITE_SUSPEND) { in i2c_ctrl_proc_write_msg()
816 } else if (data->oper_state == NPCX_I2C_WRITE_SUSPEND) { in i2c_ctrl_proc_read_msg()
1319 if (data->oper_state != NPCX_I2C_WRITE_SUSPEND && in npcx_i2c_ctrl_transfer()