/
USBD_OS_DbgEventRdy
USBD_OS_DbgEventRdy
Description
Signals debug event handler task.
Files
usbd_internal.h/usbd_os.c
Prototype
void USBD_OS_DbgEventRdy (void);
Arguments
None.
Returned Value
None.
Callers
Debug functions.
Implementation guidelines
- A call to this function should post the signal / semaphore that resume the debug task.
, multiple selections available,
Related content
USBD_OS_DbgEventWait
USBD_OS_DbgEventWait
More like this
USBD_DbgTaskHandler
USBD_DbgTaskHandler
More like this
USBD_OS_EP_SignalPend
USBD_OS_EP_SignalPend
More like this
USBD_DevAdd
USBD_DevAdd
More like this
USBD_OS_Init
USBD_OS_Init
More like this
USBD_Trace
USBD_Trace
More like this