This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | USB_DEVICE_FEATURE ENABLED |
| #define | USE_USB_PADS_REGULATOR DISABLE |
| Enable the internal regulator for USB pads. | |
| #define | NB_ENDPOINTS 4 |
| #define | EP_MOUSE_IN 1 |
| #define | EP_MS_IN 2 |
| #define | EP_MS_OUT 3 |
| #define | USB_REMOTE_WAKEUP DISABLED |
| #define | VBUS_SENSING_IO DISABLED |
| #define | USB_RESET_CPU DISABLED |
| #define | Usb_unicode(a) ((U16)(a)) |
| #define | Usb_sof_action() sof_action(); |
| #define | Usb_resume_action() |
| #define | Usb_suspend_action() |
| #define | Usb_wake_up_action() |
| #define | Usb_reset_action() |
| #define | Usb_vbus_on_action() |
| #define | Usb_vbus_off_action() |
| #define | Usb_set_configuration_action() |
| #define | Scsi_start_read_action() Led1_on() |
| #define | Scsi_stop_read_action() Led1_off() |
| #define | Scsi_start_write_action() Led0_on() |
| #define | Scsi_stop_write_action() Led0_off() |
Functions | |
| void | sof_action (void) |
| sof_action | |
Copyright (c) 2006 Atmel.
Please read file license.txt for copyright notice.
This file contains the possible external configuration of the USB
Definition in file conf_usb.h.
1.5.1-p1