C
#define USBHandleGetAddr(handle) (handle->ADR)
Description
Retrieves the address of the destination buffer of the input handle
Preconditions
None
Parameters
Parameters |
Description |
USB_HANDLE handle |
the handle to the transfer you want the address for. |
Return Values
Return Values |
Description |
WORD |
address of the current buffer that the input handle points to. |
Remarks
None
MCHPFSUSB Device Library > Stack > Public API Members > Functions and Macros > USBHandleGetAddr Macro