#include <chip/irq-map.h>
#include <chip/portmux.h>


Go to the source code of this file.
Defines | |
| #define | GPIO_IRQ_NR_GROUPS 1 |
| Number of GPIO groups present. | |
Functions | |
| static int | gpio_irq_group_pin2index (gpio_pin_t pin) |
| Convert pin type to group index. | |
| void | gpio_setup_irq_group (int index, void *data) |
| Setup interrupt handler for group given by index. | |
Definition in file gpio_irq_group.h.
| #define GPIO_IRQ_NR_GROUPS 1 |
| static int gpio_irq_group_pin2index | ( | gpio_pin_t | pin | ) | [inline, static] |
Convert pin type to group index.
| pin | GPIO pin |
Definition at line 58 of file gpio_irq_group.h.
Referenced by gpio_register_irq_handler().
| void gpio_setup_irq_group | ( | int | index, | |
| void * | data | |||
| ) |
Setup interrupt handler for group given by index.
| index | GPIO group index | |
| data | Private data |
Definition at line 48 of file gpio_irq_group.c.
References setup_irq_handler.
1.5.8