update max3421 to have hcd_int_handler_ext()

This commit is contained in:
hathach
2023-09-27 11:30:18 +07:00
parent f6ca86c3dd
commit 2f6592de7f
3 changed files with 55 additions and 32 deletions

View File

@@ -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);