libpynq (release 5EWC0-2023 version 0.2.0 of 2023-08-28 20:33)
Loading...
Searching...
No Matches
libpynq.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <adc.h>
#include <arm_shared_memory_system.h>
#include <audio.h>
#include <buttons.h>
#include <display.h>
#include <fontx.h>
#include <gpio.h>
#include <i2cps.h>
#include <iic.h>
#include <interrupt.h>
#include <leds.h>
#include <log.h>
#include <pinmap.h>
#include <pwm.h>
#include <switchbox.h>
#include <uart.h>
#include <uio.h>
#include <util.h>
#include <version.h>
#include <lcdconfig.h>
#include <platform.h>
Include dependency graph for libpynq.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void pynq_init (void)
 
void pynq_destroy (void)
 

Function Documentation

◆ pynq_destroy()

void pynq_destroy ( void  )

Reset and destroy the switchbox and GPIO of the PYNQ.

Definition at line 3 of file libpynq.c.

Here is the call graph for this function:

◆ pynq_init()

void pynq_init ( void  )

Initialise the switchbox and GPIO of the PYNQ.

Definition at line 2 of file libpynq.c.

Here is the call graph for this function: