Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/
Dsoc_miwu.h48 NPCX_MIWU_TRIG_LOW, /** Edge failing or active low detection */ enumerator
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_miwu.c214 case NPCX_MIWU_TRIG_LOW: in npcx_miwu_interrupt_configure()
226 case NPCX_MIWU_TRIG_LOW: in npcx_miwu_interrupt_configure()
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_npcx.c330 miwu_trig = NPCX_MIWU_TRIG_LOW; in gpio_npcx_pin_interrupt_configure()
/Zephyr-Core-3.5.0/drivers/serial/
Duart_npcx.c529 NPCX_MIWU_TRIG_LOW); in uart_npcx_init()
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c845 npcx_miwu_interrupt_configure(&config->shi_cs_wui, NPCX_MIWU_MODE_EDGE, NPCX_MIWU_TRIG_LOW); in shi_npcx_init_registers()