Home
last modified time | relevance | path

Searched defs:maxPackSize (Results 1 – 3 of 3) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_core.c246 uint16_t maxPackSize = g_usbDev.inBuf[0].maxPackSize; in USBD_CtrlInData() local
303 uint16_t maxPackSize = g_usbDev.outBuf[USBD_EP_0].maxPackSize; in USBD_CtrlOutData() local
405 uint16_t maxPackSize = g_usbDev.inBuf[ep].maxPackSize; in USBD_TxData() local
441 uint16_t maxPackSize = g_usbDev.outBuf[ep].maxPackSize; in USBD_RxData() local
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/inc/
A Dusbd_init.h80 uint16_t maxPackSize; /*!< max packet size for the endpoint */ member
A Dusbd_core.h257 uint16_t maxPackSize; /*!< Max pack size of this endpoint */ member

Completed in 12 milliseconds