![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"#include "USB.h"#include <string.h>#include "Descriptors.h"#include "Lib/SCSI.h"#include "Lib/DataRam.h"Go to the source code of this file.
Macros | |
| #define | LEDMASK_USB_NOTREADY LEDS_LED1 |
| #define | LEDMASK_USB_ENUMERATING (LEDS_LED2 | LEDS_LED3) |
| #define | LEDMASK_USB_READY (LEDS_LED2 | LEDS_LED4) |
| #define | LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3) |
| #define | LEDMASK_USB_BUSY LEDS_LED2 |
| #define | TOTAL_LUNS 1 |
| #define | LUN_MEDIA_BLOCKS (VIRTUAL_MEMORY_BLOCKS / TOTAL_LUNS) |
| #define | DISK_READ_ONLY false |