![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
PRAGMA_ALIGN_64 uint8_t usb_data_buffer[USB_DATA_BUFFER_TEM_LENGTH] | ATTR_ALIGNED (uint8_t usb_data_buffer_OUT[USB_DATA_BUFFER_TEM_LENGTH] ATTR_ALIGNED() __DATA(USBRAM_SECTION) 64) |
void | Endpoint_ClearEndpoints (void) |
void | Endpoint_ClearStatusStage (void) |
uint8_t | Endpoint_WaitUntilReady (void) |
Spin-loops until the currently selected non-control endpoint is ready for the next packet of data to be read or written to it. | |
PRAGMA_ALIGN_64 uint8_t usb_data_buffer [USB_DATA_BUFFER_TEM_LENGTH] ATTR_ALIGNED | ( | uint8_t usb_data_buffer_OUT[USB_DATA_BUFFER_TEM_LENGTH] ATTR_ALIGNED() __DATA(USBRAM_SECTION) | 64 | ) |
Definition at line 43 of file Endpoint_LPC.c.
void Endpoint_ClearEndpoints | ( | void | ) |
Definition at line 109 of file Endpoint_LPC.c.