X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=fx2lib%2Finclude%2Fautovector.h;h=495a312610577674a5ec7abedc558e6364e1cd60;hb=edf37359a4dedfd8c54f42a25cbef1c7d0814887;hp=0b196c24502ed34905de584f6d5eb30a5b9266b6;hpb=d83553cc682f8e5ac30af3724584e030604842c5;p=sigrok-firmware-fx2lafw.git diff --git a/fx2lib/include/autovector.h b/fx2lib/include/autovector.h index 0b196c24..495a3126 100644 --- a/fx2lib/include/autovector.h +++ b/fx2lib/include/autovector.h @@ -115,6 +115,9 @@ extern volatile BYTE INT4JT; #define ENABLE_GPIFWF() GPIFIE |= 0x02; #define CLEAR_GPIFWF() GLEAR_GPIF(); GPIFIRQ = 0x02; +#define ENABLE_IBN() NAKIE |= bmIBN; +#define ENABLE_EP2IBN() ENABLE_IBN(); IBNIE |= bmEP2IBN; + /** * ez-usb has 12 built in ISRs, to get * sdcc to put these USB ISRs immediately