libpynq (release 5EWC0-2023 version 0.1.0 of 2023-08-14 14:01)
Loading...
Searching...
No Matches
arm_shared_memory_system.c File Reference
#include <arm_shared_memory_system.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for arm_shared_memory_system.c:

Go to the source code of this file.

Functions

void * arm_shared_init (arm_shared *handle, const uint32_t address, const uint32_t length)
 
void arm_shared_close (arm_shared *handle)