Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c140 inst_scfg->DEV_CTL3 |= NPCX_DEV_CTL3_I3C_MODE_BIT(module_id); in npcx_i3c_target_sel()
142 inst_scfg->DEV_CTL3 &= ~NPCX_DEV_CTL3_I3C_MODE_BIT(module_id); in npcx_i3c_target_sel()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h291 #define NPCX_DEV_CTL3_I3C_MODE_BIT(inst_id) BIT(inst_id + 3) macro