diff options
| author | hathach <[email protected]> | 2019-11-21 23:19:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-21 23:19:38 +0700 |
| commit | f5d737aa7ec6abde5738d29510c8416d5e8b17e7 (patch) | |
| tree | c98d95e965ae5b8e5243707b29e93ba634ae5dfb /src/device | |
| parent | bbec47b647ab7b2e38644ffff60f45b54b791d42 (diff) | |
moving irq to bsp for lpc17/40
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 6e43ab3e9..dca289e78 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -88,6 +88,9 @@ typedef struct TU_ATTR_ALIGNED(4) // Initialize controller to device mode
void dcd_init (uint8_t rhport);
+// Interrupt Handler
+void dcd_isr (uint8_t rhport);
+
// Enable device interrupt
void dcd_int_enable (uint8_t rhport);
|
