Searched refs:USBD_SetEPTxAddr (Results 1 – 3 of 3) sorted by relevance
457 #define USBD_SetEPTxAddr(ep, addr) (*USBD_ReadEPTxAddrPointer(ep) = (addr >> 1) << 1) macro761 #define USBD_SetEPTxAddr(ep, addr) (*USBD_ReadEPTxAddrPointer(ep) = (addr >> 1) << 1)
228 USBD_SetEPTxAddr(epConfig->epNum, epConfig->epBufAddr); in USBD_OpenInEP()
313 #define USBD_SetEPTxAddr(ep, addr) (*USBD_ReadEPTxAddrPointer(ep) = (addr >> 1) << 1) macro
Completed in 7 milliseconds