diff options
| author | hathach <[email protected]> | 2023-09-27 11:30:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-27 11:30:18 +0700 |
| commit | 2f6592de7f94851cfcca411242398c5da7b792de (patch) | |
| tree | a4ada29d56d78d27b03ca42ae2ce558c6484472b /src/host | |
| parent | f6ca86c3ddeaec18f52b15f1065a5c9eea210c00 (diff) | |
update max3421 to have hcd_int_handler_ext()
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/hcd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index e25b20ea3..a2d4da85d 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -133,6 +133,9 @@ bool hcd_init(uint8_t rhport); // Interrupt Handler void hcd_int_handler(uint8_t rhport); +// Interrupt Hanndler (extended version) +void hcd_int_handler_ext(uint8_t rhport, bool in_isr); + // Enable USB interrupt void hcd_int_enable (uint8_t rhport); |
