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 MASS STORAGE" |
#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 214 of file conf_usb.h.
Referenced by device_mass_storage_task_init(), sbc_inquiry(), sbc_request_sense(), sbc_write_10(), usb_mass_storage_cbw(), usb_mass_storage_csw(), and usb_user_endpoint_init().
#define EP_MS_OUT 2 |
Definition at line 215 of file conf_usb.h.
Referenced by device_mass_storage_task(), device_mass_storage_task_init(), sbc_read_10(), usb_mass_storage_cbw(), usb_mass_storage_csw(), and usb_user_endpoint_init().
#define NB_ENDPOINTS 3 |
Definition at line 213 of file conf_usb.h.
#define SBC_PRODUCT_ID "UC3 MASS STORAGE" |
Definition at line 233 of file conf_usb.h.
#define SBC_REVISION_ID "0.00" |
Definition at line 234 of file conf_usb.h.
#define SBC_VENDOR_ID "ATMEL " |
Definition at line 232 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 180 of file device_mass_storage_task.c.
00181 { 00182 sof_cnt++; 00183 }
void usb_suspend_action | ( | void | ) |