Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/
Dsoc_miwu.h169 bool npcx_miwu_irq_get_state(const struct npcx_wui *wui);
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_npcx.c76 if (pin < NPCX_GPIO_PORT_PIN_NUM && !npcx_miwu_irq_get_state(io_wui)) { in npcx_gpio_enable_io_pads()
95 if (pin < NPCX_GPIO_PORT_PIN_NUM && !npcx_miwu_irq_get_state(io_wui)) { in npcx_gpio_disable_io_pads()
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_miwu.c173 bool npcx_miwu_irq_get_state(const struct npcx_wui *wui) in npcx_miwu_irq_get_state() function