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

USBD_DbgTaskHandler

Implementation guidelines

  1. A call to this function should pend on the signal / semaphore that resume the debug task.