/
USBD_MSC_OS_EnumSignalPend
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.
Related content
USBD_MSC_OS_CommSignalPend
USBD_MSC_OS_CommSignalPend
More like this
USBD_MSC_OS_CommSignalDel
USBD_MSC_OS_CommSignalDel
More like this
USBD_MSC_OS_EnumSignalPost
USBD_MSC_OS_EnumSignalPost
More like this
USBD_MSC_OS_Init
USBD_MSC_OS_Init
More like this
USBD_MSC_OS_CommSignalPost
USBD_MSC_OS_CommSignalPost
More like this
USBD_MSC_Init
USBD_MSC_Init
More like this