USBD_CoreTaskHandler

Description

Process all core events and operations.

Files

usbd_internal.h/usbd_core.c

Prototype

void  USBD_CoreTaskHandler (void);


Arguments

None.

Returned Value

None.

Callers

USB RTOS layer.

Implementation guidelines

  1. Typically, the RTOS layer should create a shell task for core events. The primary purpose of the shell task is to run USBD_CoreTaskHandler().