REVISION
Definition in file USB_main.c.
#include "../SYSTEM/sys_hardware.h"
#include "../SYSTEM/sys_main.h"
#include "../SYSTEM/sys_clock.h"
#include "../MESSAGE/message.h"
#include "../GENERIC/generic.h"
#include "usb.h"
#include "usb_assert.h"
Include dependency graph for USB_main.c:

Go to the source code of this file.
Functions | |
| void | USB_main (void) |
| Function initializes the USB interface to start. | |
| void | USB_connect (void) |
| This function shall reconnect the USB if cable is already plugged in. | |
| void | USB_disconnect (void) |
| This function shall disconnect the USB no matter cable is plugged in or not. | |
| void | USB_createTask (void) |
| Function creates the USB task. | |
| void | USB_deleteTask (void) |
| Function deletes the USB task. | |
1.3.9.1