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

  1. The RTOS layer code should delay the calling task by the specified number of milliseconds.