Searched refs:USBD_SetEPType (Results 1 – 5 of 5) sorted by relevance
190 USBD_SetEPType(epConfig->epNum, USBD_ConvertEPType(epConfig->epType)); in USBD_OpenOutEP()217 USBD_SetEPType(epConfig->epNum, USBD_ConvertEPType(epConfig->epType)); in USBD_OpenInEP()
565 void USBD_SetEPType(USBD_EP_T ep, USBD_EP_TYPE_T type);
50 void USBD_SetEPType(USBD_EP_T ep, USBD_EP_TYPE_T type) in USBD_SetEPType() function
62 void USBD_SetEPType(uint8_t ep, USBD_REG_EP_TYPE_T type) in USBD_SetEPType() function
907 void USBD_SetEPType(uint8_t ep, USBD_REG_EP_TYPE_T type);
Completed in 12 milliseconds