#include "ezusb_jtag.h"
#include "jtag_order.h"
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include <signal.h>
Include dependency graph for ezusb_jtag.cpp:

Go to the source code of this file.
Functions | |
| RETSIGTYPE | criticalStop (int i) |
| Interrupt signal handler to close correctly the USB link in case of unexpected exit. | |
This is the EzUSB implementation of the JTAG controller.
Definition in file ezusb_jtag.cpp.
1.2.15