Home
last modified time | relevance | path

Searched defs:NPCX_LV_GPIO_CTL_OFFSET (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/npcx7/
Dsoc.h15 #define NPCX_LV_GPIO_CTL_OFFSET(n) ((n < 5) ? (0x02a + n) : (0x021 + n)) macro
/Zephyr-latest/soc/nuvoton/npcx/npcx9/
Dsoc.h15 #define NPCX_LV_GPIO_CTL_OFFSET(n) ((n < 5) ? (0x02a + n) : (0x021 + n)) macro
/Zephyr-latest/soc/nuvoton/npcx/npcx4/
Dsoc.h15 #define NPCX_LV_GPIO_CTL_OFFSET(n) (0x150 + n) macro