7#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_XMC4XXX_H_
8#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_XMC4XXX_H_
gpio_int_trig
Interrupt triggers for the pin_interrupt_configure driver operation.
Definition gpio.h:801
gpio_int_mode
@def_driverbackendgroup{GPIO,gpio_interface}
Definition gpio.h:777
int intc_xmc4xxx_gpio_enable_interrupt(int port_id, int pin, enum gpio_int_mode mode, enum gpio_int_trig trig, void(*fn)(const struct device *, int), void *user_data)
Enable interrupt for specific port_id and pin combination.
int intc_xmc4xxx_gpio_disable_interrupt(int port_id, int pin)
Disable interrupt for specific port_id and pin combination.
Runtime device structure (in ROM) per driver instance.
Definition device.h:513