USB device operating mode configuration
[USB application configuration]


Modules

 USB device custom actions
 USB device SCSI custom actions

Defines

#define EP_MS_IN   1
#define EP_MS_OUT   2
#define NB_ENDPOINTS   3
#define SBC_PRODUCT_ID   "UC3 CTRLPANEL "
#define SBC_REVISION_ID   "0.00"
#define SBC_VENDOR_ID   "ATMEL "

Functions

void usb_sof_action (void)
 usb_sof_action
void usb_suspend_action (void)


Define Documentation

#define EP_MS_IN   1

#define EP_MS_OUT   2

#define NB_ENDPOINTS   3

Definition at line 208 of file conf_usb.h.

#define SBC_PRODUCT_ID   "UC3 CTRLPANEL "

Definition at line 228 of file conf_usb.h.

#define SBC_REVISION_ID   "0.00"

Definition at line 229 of file conf_usb.h.

#define SBC_VENDOR_ID   "ATMEL "

Definition at line 227 of file conf_usb.h.


Function Documentation

void usb_sof_action ( void   ) 

usb_sof_action

This function increments the sof_cnt counter each time the USB Start-of-Frame interrupt subroutine is executed (1 ms). Useful to manage time delays

Definition at line 152 of file device_mass_storage_task.c.

00153 {
00154   sof_cnt++;
00155 }

void usb_suspend_action ( void   ) 


Generated on Fri Feb 19 02:22:49 2010 for AVR32 - Control Panel demonstration. by  doxygen 1.5.5