Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c112 inst_scfg->DEV_CTL4 |= BIT(NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_set()
113 if (!IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF)) { in npcx_pinctrl_flash_write_protect_set()
124 return IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_is_set()
Dregisters.c25 NPCX_REG_OFFSET_CHECK(scfg_reg, DEV_CTL4, 0x006);
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h221 volatile uint8_t DEV_CTL4; member