USBD_MSC_OS_EnumSignalPend

Description

Wait on a semaphore to become available for MSC enumeration process.

Files

usbd_msc_os.h / usbd_msc_os.c

Prototype

void  USBD_MSC_OS_EnumSignalPend (CPU_INT32U   timeout,
                                  USBD_ERR    *p_err);


Arguments

timeout

Timeout in milliseconds.

p_err

Pointer to variable that will receive the return error code from this function.

USBD_ERR_NONE
USBD_ERR_OS_TIMEOUT
USBD_ERR_OS_FAIL

Returned Value

None.

Callers

Mass Storage Class.

Implementation Guidelines

None.