Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c2162 bool is_i3c_start = IS_BIT_SET(inst->INTMASKED, NPCX_I3C_INTMASKED_START); in npcx_i3c_target_xfer_end_handle() local
2174 if ((is_i3c_start | is_i3c_stop) == 0) { in npcx_i3c_target_xfer_end_handle()
2175 LOG_ERR("%s: not the end of xfer, is_start: %d, is_stop:%d", __func__, is_i3c_start, in npcx_i3c_target_xfer_end_handle()
2224 is_i3c_start ? "Sr" : "STOP", cur_xfer_cnt); in npcx_i3c_target_xfer_end_handle()
2233 if (is_i3c_start) { in npcx_i3c_target_xfer_end_handle()