/
USBD_MSC_Add
USBD_MSC_Add
Description
Create a new instance of the MSC.
Files
usbd_msc.h / usbd_msc.c
Prototype
CPU_INT08U USBD_MSC_Add (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_ALLOC
Returned Value
Class instance number, if NO error(s).
USBD_CLASS_NBR_NONE
, otherwise.
Callers
Application.
Notes / Warnings
None.
, multiple selections available,
Related content
USBD_MSC_Init
USBD_MSC_Init
More like this
USBD_MSC_LunAdd
USBD_MSC_LunAdd
More like this
USBD_MSC_OS_CommSignalDel
USBD_MSC_OS_CommSignalDel
More like this
USBD_MSC_OS_CommSignalPend
USBD_MSC_OS_CommSignalPend
More like this
USBD_MSC_CfgAdd
USBD_MSC_CfgAdd
More like this
USBD_MSC_OS_EnumSignalPend
USBD_MSC_OS_EnumSignalPend
More like this