Zephyr API Documentation
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
intc_xmc4xxx.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Schlumberger
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_XMC4XXX_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_XMC4XXX_H_
9
27
28
int
intc_xmc4xxx_gpio_enable_interrupt
(
int
port_id,
int
pin,
enum
gpio_int_mode
mode,
29
enum
gpio_int_trig
trig,
void
(*fn)(
const
struct
device
*dev,
int
pin),
30
void
*user_data);
31
41
42
int
intc_xmc4xxx_gpio_disable_interrupt
(
int
port_id,
int
pin);
43
44
#endif
/* ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_XMC4XXX_H_ */
gpio_int_trig
gpio_int_trig
Interrupt triggers for the pin_interrupt_configure driver operation.
Definition
gpio.h:801
gpio_int_mode
gpio_int_mode
Interrupt modes for the pin_interrupt_configure driver operation.
Definition
gpio.h:777
intc_xmc4xxx_gpio_enable_interrupt
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 *dev, int pin), void *user_data)
Enable interrupt for specific port_id and pin combination.
intc_xmc4xxx_gpio_disable_interrupt
int intc_xmc4xxx_gpio_disable_interrupt(int port_id, int pin)
Disable interrupt for specific port_id and pin combination.
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:513
zephyr
drivers
interrupt_controller
intc_xmc4xxx.h
Generated on
for Zephyr API Documentation by
1.16.1