Searched refs:USBD_SetEPRxCnt (Results 1 – 6 of 6) sorted by relevance
202 USBD_SetEPRxCnt(epConfig->epNum, epConfig->maxPackSize); in USBD_OpenOutEP()
447 USBD_SetEPRxCnt(ep, USB_MIN(len, maxPackSize)); in USBD_RxData()
584 void USBD_SetEPRxCnt(USBD_EP_T ep, uint32_t cnt);
315 void USBD_SetEPRxCnt(USBD_EP_T ep, uint32_t cnt) in USBD_SetEPRxCnt() function
326 void USBD_SetEPRxCnt(uint8_t ep, uint32_t cnt) in USBD_SetEPRxCnt() function
926 void USBD_SetEPRxCnt(uint8_t ep, uint32_t cnt);
Completed in 17 milliseconds