Home
last modified time | relevance | path

Searched refs:NPCX_MIWU_TRIG_LOW (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_miwu.h48 NPCX_MIWU_TRIG_LOW, /** Edge failing or active low detection */ enumerator
/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c135 npcx_miwu_interrupt_configure(wui, NPCX_MIWU_MODE_EDGE, NPCX_MIWU_TRIG_LOW); in npcx_kbd_init_ksi_wui_callback()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_miwu.c290 case NPCX_MIWU_TRIG_LOW: in npcx_miwu_interrupt_configure()
303 case NPCX_MIWU_TRIG_LOW: in npcx_miwu_interrupt_configure()
/Zephyr-latest/drivers/gpio/
Dgpio_npcx.c330 miwu_trig = NPCX_MIWU_TRIG_LOW; in gpio_npcx_pin_interrupt_configure()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c996 npcx_miwu_interrupt_configure(&config->shi_cs_wui, NPCX_MIWU_MODE_EDGE, NPCX_MIWU_TRIG_LOW); in shi_npcx_init_registers()
/Zephyr-latest/drivers/serial/
Duart_npcx.c1094 NPCX_MIWU_TRIG_LOW); in uart_npcx_init()