USBD_DrvISR_Handler

Description

USB device Interrupt Service Routine (ISR) handler.

Files

Every device driver’s usbd_drv.c

Prototype

static  void  USBD_DrvISR_Handler (USBD_DRV  *p_drv);


Arguments

p_drv

Pointer to USB device driver structure.

Returned Value

None.

Callers

Processor level kernel-aware interrupt handler.

Notes / Warnings

None.