summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-17 12:27:53 +0700
committerhathach <[email protected]>2020-04-17 12:27:53 +0700
commit50be9d7c3ad08fdc8a79f38606111cf83c84efb9 (patch)
tree97d6a53cdf69d213427aae77d9b3a3fbc0f6f976 /docs
parent4bbbba48cbcd1aa655e1f7367f39d5c22e89a8d9 (diff)
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
Diffstat (limited to 'docs')
-rw-r--r--docs/porting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.md b/docs/porting.md
index 83b08da27..fabf24510 100644
--- a/docs/porting.md
+++ b/docs/porting.md
@@ -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.