Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#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"
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 [] |
#define LE_WORD | ( | x | ) | ((x)&0xFF),((x)>>8) |
Definition at line 80 of file usb_msc_hw.c.
#define MAX_PACKET_SIZE 64 |
Definition at line 78 of file usb_msc_hw.c.
|
static |
Definition at line 82 of file usb_msc_hw.c.
|
static |
Definition at line 84 of file usb_msc_hw.c.