Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mfd/
Dmfd_npm2100.c70 gpio_flags_t host_int_flags; member
120 if (config->host_int_flags & GPIO_INT_LEVEL_ACTIVE) { in gpio_callback()
163 if (config->host_int_flags & GPIO_INT_LEVEL_ACTIVE) { in work_callback()
165 gpio_pin_interrupt_configure_dt(&config->host_int_gpios, config->host_int_flags); in work_callback()
290 return gpio_pin_interrupt_configure_dt(&config->host_int_gpios, config->host_int_flags); in mfd_npm2100_init()
411 .host_int_flags = DT_INST_ENUM_IDX_OR(inst, host_int_type, 0) == 0 \