This file contains the function declarations for USB device task. More...

Go to the source code of this file.
Functions | |
| void | usb_device_task_init (void) |
| This function initializes the USB device controller. | |
| void | usb_start_device (void) |
| This function initializes the USB device controller. | |
| void | usb_device_task (void) |
| Entry point of the USB device mamagement. | |
Variables | |
| bit | usb_suspended |
| Public : (bit) usb_suspended usb_suspended is set to TRUE when USB is in suspend mode usb_suspended is set to FALSE otherwise /. | |
| bit | usb_connected |
| Public : (bit) usb_connected usb_connected is set to TRUE when VBUS has been detected usb_connected is set to FALSE otherwise /. | |
This file contains the function declarations for USB device task.
Definition in file usb_device_task.h.
1.7.2