Home
last modified time | relevance | path

Searched refs:USBD_SetEPTxAddr (Results 1 – 3 of 3) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Driver/inc/
A Ddrv_usb_device.h457 #define USBD_SetEPTxAddr(ep, addr) (*USBD_ReadEPTxAddrPointer(ep) = (addr >> 1) << 1) macro
761 #define USBD_SetEPTxAddr(ep, addr) (*USBD_ReadEPTxAddrPointer(ep) = (addr >> 1) << 1)
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_init.c228 USBD_SetEPTxAddr(epConfig->epNum, epConfig->epBufAddr); in USBD_OpenInEP()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_usb.h313 #define USBD_SetEPTxAddr(ep, addr) (*USBD_ReadEPTxAddrPointer(ep) = (addr >> 1) << 1) macro

Completed in 7 milliseconds