mass rename tud/dcd_irq_handler to tud/dcd_init_handler

This commit is contained in:
hathach
2020-04-17 12:27:53 +07:00
parent 4bbbba48cb
commit 50be9d7c3a
81 changed files with 104 additions and 104 deletions

View File

@@ -68,7 +68,7 @@ This function should leave an internal D+/D- pull-up in its default power-on sta
Enables or disables the USB device interrupt(s). May be used to prevent concurrency issues when mutating data structures shared between main code and the interrupt handler.
##### dcd_irq_handler
##### dcd_int_handler
Processes all the hardware generated events e.g Bus reset, new data packet from host etc ... It will be called by application in the MCU USB interrupt handler.