LUFA Library  120219
USB_ClassInfo_MS_Host_t Struct Reference

Mass Storage Class Host Mode Configuration and State Structure. More...

#include <MassStorageClassHost.h>

Data Fields

struct {
   uint8_t   DataINPipeNumber
   bool   DataINPipeDoubleBank
   uint8_t   DataOUTPipeNumber
   bool   DataOUTPipeDoubleBank
Config
struct {
   bool   IsActive
   uint8_t   InterfaceNumber
   uint16_t   DataINPipeSize
   uint16_t   DataOUTPipeSize
   uint32_t   TransactionTag
State

Detailed Description

Class state structure. An instance of this structure should be made within the user application, and passed to each of the Mass Storage class driver functions as the MSInterfaceInfo parameter. This stores each Mass Storage interface's configuration and state information.


Field Documentation

Config data for the USB class interface within the device. All elements in this section must be set or the interface will fail to enumerate and operate correctly.

Indicates if the Mass Storage interface's IN data pipe should use double banking.

Pipe number of the Mass Storage interface's IN data pipe.

Size in bytes of the Mass Storage interface's IN data pipe.

Indicates if the Mass Storage interface's OUT data pipe should use double banking.

Pipe number of the Mass Storage interface's OUT data pipe.

Size in bytes of the Mass Storage interface's OUT data pipe.

Interface index of the Mass Storage interface within the attached device.

Indicates if the current interface instance is connected to an attached device, valid after MS_Host_ConfigurePipes() is called and the Host state machine is in the Configured state.

State data for the USB class interface within the device. All elements in this section may be set to initial values, but may also be ignored to default to sane values when the interface is enumerated.

Current transaction tag for data synchronizing of packets.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines