USBD_EventResume

USBD_EventResume

Description

Notifies the stack a resume event in the bus.

Files

usbd_core.h/usbd_core.c

Prototype

void USBD_EventResume (USBD_DRV *p_drv);

 

Arguments

p_drv

Pointer to device driver structure.

Returned Value

None.

Callers

USB device controller driver ISR

Notes / Warnings

None.