Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
usb_msc_hw.c File Reference
#include <string.h>
#include "std.h"
#include "LPC21xx.h"
#include "armVIC.h"
#include <BOARD_CONFIG>
#include "lpcusb/usbapi.h"
#include "msc_bot.h"
#include "blockdev.h"
#include "usb_msc_hw.h"
+ Include dependency graph for usb_msc_hw.c:

Go to the source code of this file.

Macros

#define MAX_PACKET_SIZE   64
 
#define LE_WORD(x)   ((x)&0xFF),((x)>>8)
 

Variables

static U8 abClassReqData [4]
 
static const U8 abDescriptors []
 

Macro Definition Documentation

◆ LE_WORD

#define LE_WORD (   x)    ((x)&0xFF),((x)>>8)

Definition at line 80 of file usb_msc_hw.c.

◆ MAX_PACKET_SIZE

#define MAX_PACKET_SIZE   64

Definition at line 78 of file usb_msc_hw.c.

Variable Documentation

◆ abClassReqData

U8 abClassReqData[4]
static

Definition at line 82 of file usb_msc_hw.c.

◆ abDescriptors

const U8 abDescriptors[]
static

Definition at line 84 of file usb_msc_hw.c.