|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
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"
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 [] |
| #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.