mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
6 lines
193 B
C
6 lines
193 B
C
/* vector numbers are configurable/dynamic, hence this, it will be used inside the port */
|
|
#define TU_IRQn 0
|
|
#define USBFS_RESUME_IRQn 1
|
|
#define USBFS_FIFO_0_IRQn 2
|
|
#define USBFS_FIFO_1_IRQn 3
|