The USB task checks the income of new requests from the USB host. When a setup request occurs, this task launches the processing of this setup contained in the usb_standard_request.c file. Other class-specific requests are also processed in this file.
Definition in file usb_device_task.h.
#include "conf_usb.h"
Go to the source code of this file.
Functions | |
void | usb_device_task (void *pvParameters) |
Entry point of the USB device mamagement. | |
void | usb_device_task_init (void) |
This function initializes the USB device controller. | |
void | usb_start_device (void) |
This function starts the USB device controller. |