Home
last modified time | relevance | path

Searched refs:NPCX_I3C_INTMASKED_START (Results 1 – 2 of 2) 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()
2674 if (IS_BIT_SET(inst->INTMASKED, NPCX_I3C_INTMASKED_START)) { in npcx_i3c_target_isr()
2706 if (IS_BIT_SET(inst->INTMASKED, NPCX_I3C_INTMASKED_START)) { in npcx_i3c_target_isr()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h2080 #define NPCX_I3C_INTMASKED_START 8 macro