Searched defs:maxPackSize (Results 1 – 3 of 3) sorted by relevance
246 uint16_t maxPackSize = g_usbDev.inBuf[0].maxPackSize; in USBD_CtrlInData() local303 uint16_t maxPackSize = g_usbDev.outBuf[USBD_EP_0].maxPackSize; in USBD_CtrlOutData() local405 uint16_t maxPackSize = g_usbDev.inBuf[ep].maxPackSize; in USBD_TxData() local441 uint16_t maxPackSize = g_usbDev.outBuf[ep].maxPackSize; in USBD_RxData() local
80 uint16_t maxPackSize; /*!< max packet size for the endpoint */ member
257 uint16_t maxPackSize; /*!< Max pack size of this endpoint */ member
Completed in 12 milliseconds