libpynq (release 5EWC0-2023 version 0.2.1 of 2023-09-01 11:02)
|
#include <interrupt.h>
Go to the source code of this file.
Functions | |
int | gpio_interrupt_init (void) |
void | gpio_ack_interrupt (void) |
void | verify_interrupt_request (const gpio_t pin) |
void | gpio_print_interrupt (void) |
void | gpio_enable_interrupt (const gpio_t pin) |
void | gpio_disable_interrupt (const gpio_t pin) |
void | gpio_disable_all_interrupts (void) |
uint64_t | gpio_get_interrupt (void) |
uint8_t * | gpio_get_interrupt_pins (uint8_t *positions) |
void | gpio_wait_for_interrupt (const gpio_t pin) |
void gpio_disable_interrupt | ( | const gpio_t | pin | ) |
Definition at line 7 of file interrupt.c.
void gpio_enable_interrupt | ( | const gpio_t | pin | ) |
Definition at line 6 of file interrupt.c.
void gpio_wait_for_interrupt | ( | const gpio_t | pin | ) |
Definition at line 11 of file interrupt.c.
void verify_interrupt_request | ( | const gpio_t | pin | ) |