URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 305 |
Rev 336 |
Line 22... |
Line 22... |
|
|
/* Closes the VAPI */
|
/* Closes the VAPI */
|
void vapi_done ();
|
void vapi_done ();
|
|
|
/* Installs a vapi handler to VAPI id */
|
/* Installs a vapi handler to VAPI id */
|
void vapi_install_handler (unsigned long id, void (*read_func) (unsigned long));
|
void vapi_install_handler (unsigned long id, void (*read_func) (unsigned long, unsigned long));
|
|
|
/* Checks for incoming packets */
|
/* Checks for incoming packets */
|
void vapi_check ();
|
void vapi_check ();
|
|
|
/* Returns number of unconnected handles. */
|
/* Returns number of unconnected handles. */
|
int vapi_num_unconnected ();
|
int vapi_num_unconnected (int printout);
|
|
|
/* Sends a packet to specified test */
|
/* Sends a packet to specified test */
|
int vapi_send (unsigned long id, unsigned long data);
|
int vapi_send (unsigned long id, unsigned long data);
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.