USBD_OS_DbgEventWait
Description
Signals debug event handler task.
Files
usbd_internal.h/usbd_os.c
Prototype
void USBD_OS_DbgEventWait (void);
Arguments
None.
Returned Value
None.
Callers
Implementation guidelines
- A call to this function should pend on the signal / semaphore that resume the debug task.