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 EP_MS_IN 1 |
Definition at line 209 of file conf_usb.h.
Referenced by device_mass_storage_task_init(), usb_mass_storage_cbw(), usb_mass_storage_csw(), and usb_user_endpoint_init().
| #define EP_MS_OUT 2 |
Definition at line 210 of file conf_usb.h.
Referenced by device_mass_storage_task(), device_mass_storage_task_init(), usb_mass_storage_cbw(), usb_mass_storage_csw(), and usb_user_endpoint_init().
| #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.
| 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 | ) |
1.5.5