Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c154 NPCX_DBGFRZEN3(dbg_base) &= ~BIT(NPCX_DBGFRZEN3_GLBL_FRZ_DIS); in npcx_dbg_freeze_enable()
156 NPCX_DBGFRZEN3(dbg_base) |= BIT(NPCX_DBGFRZEN3_GLBL_FRZ_DIS); in npcx_dbg_freeze_enable()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h168 #define NPCX_DBGFRZEN3(base) (*(volatile uint8_t *)(base + 0x008)) macro