libpynq (release 5EWC0-2023 version 0.2.3 of 2023-10-06 18:15)
|
#include <gpio.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 io_t pin) |
void | gpio_print_interrupt (void) |
void | gpio_enable_interrupt (const io_t pin) |
void | gpio_disable_interrupt (const io_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 io_t pin) |