![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Endpoint data read/write definitions for the LPC architecture.
Functions, macros, variables, enums and types related to data reading and writing from and to endpoints.
Functions | |
| static uint16_t | Endpoint_BytesInEndpoint (uint8_t corenum) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE |
| Indicates the number of bytes currently stored in the current endpoint's selected bank. | |
| 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. | |
|
inlinestatic |
Indicates the number of bytes currently stored in the current endpoint's selected bank.
| corenum | : ID Number of USB Core to be processed. |
Definition at line 458 of file Endpoint_LPC18xx.h.
| 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.
Definition at line 135 of file Endpoint.c.