/
USBD_OS_DbgEventWait
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.
, multiple selections available,
Related content
USBD_OS_DbgEventRdy
USBD_OS_DbgEventRdy
More like this
App_USBD_EventSuspend
App_USBD_EventSuspend
More like this
USBD_DbgTaskHandler
USBD_DbgTaskHandler
More like this
USBD_EventResume
USBD_EventResume
More like this
App_USBD_EventResume
App_USBD_EventResume
More like this
USBD_OS_EP_SignalPend
USBD_OS_EP_SignalPend
More like this