![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Endpoint data read/write definitions for the LPC architecture. More...
Functions | |
static uint16_t | Endpoint_BytesInEndpoint (void) 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. | |
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.
|
inlinestatic |
Indicates the number of bytes currently stored in the current endpoint's selected bank.
Definition at line 445 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 133 of file Endpoint_LPC.c.