USBD_MSC_OS_EnumSignalPost

Description

Post a semaphore for MSC enumeration process.

Files

usbd_msc_os.h / usbd_msc_os.c

Prototype

void  USBD_MSC_OS_EnumSignalPost (USBD_ERR  *p_err);


Arguments

p_err

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

USBD_ERR_NONE
USBD_ERR_OS_FAIL

Returned Value

None.

Callers

Mass Storage Class.

Implementation Guidelines

This function generally posts a counting semaphore.