![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
#define | MIC_IN_ADC_CHANNEL 2 |
ADC definitions. | |
#define | MIC_IN_ADC_MUX_MASK ADC_CHANNEL2 |
#define | SAMPLE_MAX_RANGE 0xFFFF |
#define | ADC_MAX_RANGE 0x3FF |
#define | LEDMASK_USB_NOTREADY LEDS_LED1 |
LED definitions. | |
#define | LEDMASK_USB_ENUMERATING (LEDS_LED2 | LEDS_LED3) |
#define | LEDMASK_USB_READY (LEDS_LED2 | LEDS_LED4) |
#define | LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3) |
Functions | |
void | SetupHardware (void) |
Hardware setup event callback function. | |
void | EVENT_USB_Device_Connect (void) |
USB Device connect event callback. | |
void | EVENT_USB_Device_Disconnect (void) |
USB Device disconnect event callback. | |
void | EVENT_USB_Device_ConfigurationChanged (void) |
USB Device configuration change event callback. | |
void | EVENT_USB_Device_ControlRequest (void) |
USB Device control request receive event callback. | |