USBD_MSC_OS_Task

USBD_MSC_OS_Task

Description

Process the MSC protocol.

Files

usbd_msc_os.c

Prototype

static void USBD_MSC_OS_Task (void *p_arg);

 

Arguments

p_arg

Pointer to task initialization argument.

Callers

This is a task.

Implementation Guidelines

The task should call USBD_MSC_TaskHandler() function defined in the MSC layer. This function implements the task body, usually an infinite loop, responsible for the MSC protocol management.