libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
uio.c
Go to the documentation of this file.
1 #include <uio.h>
2 void *setUIO(int uio_index, int length){};
3 int unsetUIO(void *uio_ptr, int length){};
setUIO
void * setUIO(int uio_index, int length)
Definition: uio.c:2
uio.h
unsetUIO
int unsetUIO(void *uio_ptr, int length)
Definition: uio.c:3