USBD_OS_DlyMs
USBD_OS_DlyMs
Description
Delay a task for a certain time.
Files
usbd_internal.h/usbd_os.c
Prototype
void USBD_OS_DlyMs (CPU_INT32U ms);
Arguments
ms
Delay in milliseconds.
Returned Value
None.
Implementation guidelines
- The RTOS layer code should delay the calling task by the specified number of milliseconds.
, multiple selections available,
Related content
USBD_Audio_OS_DlyMs
USBD_Audio_OS_DlyMs
More like this
USBD_PHDC_OS_Init
USBD_PHDC_OS_Init
More like this
USBD_OS_Init
USBD_OS_Init
More like this
USBD_CoreTaskHandler
USBD_CoreTaskHandler
More like this
USBD_OS_CoreEventGet
USBD_OS_CoreEventGet
More like this
USBD_OS_EP_LockCreate
USBD_OS_EP_LockCreate
More like this