Contiki 2.5
Functions | Variables
storage_task.c File Reference

This file manages the USB storage. More...

#include "contiki.h"
#include "usb_drv.h"
#include "storage/storage_task.h"
#include "usb_descriptors.h"
#include "usb_standard_request.h"
#include "usb_specific_request.h"
#include "storage/scsi_decoder.h"
#include "storage/ctrl_access.h"

Go to the source code of this file.

Functions

void usb_mass_storage_cbw (void)
 USB Command Block Wrapper (CBW) management. More...
 
void usb_mass_storage_csw (void)
 USB Command Status Wrapper (CSW) management. More...
 
 PROCESS_THREAD (storage_process, ev, data_proc)
 USB Mass Storage Class Process. More...
 

Variables

U8 usb_configuration_nb
 Public : (U8) usb_configuration_nb Store the number of the USB configuration used by the USB device when its value is different from zero, it means the device mode is enumerated Used with USB_DEVICE_FEATURE == ENABLED only /.
 

Detailed Description

This file manages the USB storage.


Definition in file storage_task.c.