/
USBD_MSC_Init
USBD_MSC_Init
Description
Initialize internal structures and local global variables used by the MSC bulk only transport.
Files
usbd_msc.h / usbd_msc.c
Prototype
void USBD_MSC_Init (USBD_ERR *p_err);
Arguments
p_err
Pointer to variable that will receive the return error code from this function: USBD_ERR_NONE
Returned Value
None.
Callers
Application.
Notes / Warnings
None.
Related content
USBD_MSC_OS_Init
USBD_MSC_OS_Init
More like this
USBD_MSC_CfgAdd
USBD_MSC_CfgAdd
More like this
USBD_MSC_Add
USBD_MSC_Add
More like this
MSC Configuration
MSC Configuration
More like this
USBD_MSC_OS_EnumSignalPend
USBD_MSC_OS_EnumSignalPend
More like this
Using the MSC Demo Application
Using the MSC Demo Application
More like this