Home
last modified time | relevance | path

Searched refs:ept_type (Results 1 – 6 of 6) sorted by relevance

/bsp/at32/libraries/usbotg_library/src/
A Dusbh_core.c129 if((uhost->dma_en) && ((uhost->hch[hc_num].ept_type == EPT_CONTROL_TYPE) || in usbh_in_out_request()
130 (uhost->hch[hc_num].ept_type == EPT_BULK_TYPE))) in usbh_in_out_request()
198 switch(uhost->hch[hc_num].ept_type) in usbh_in_out_request()
690 uhost->hch[chn].ept_type = type; in usbh_hc_open()
A Dusbh_int.c381 if(uhost->hch[chn].ept_type == EPT_BULK_TYPE || in usbh_hch_out_handler()
382 uhost->hch[chn].ept_type == EPT_INT_TYPE) in usbh_hch_out_handler()
A Dusbd_core.c329 void usbd_ept_open(usbd_core_type *udev, uint8_t ept_addr, uint8_t ept_type, uint16_t maxpacket) in usbd_ept_open() argument
349 ept_info->trans_type = ept_type; in usbd_ept_open()
/bsp/at32/libraries/usbd_library/inc/
A Dusbd_core.h149 void usbd_ept_open(usbd_core_type *udev, uint8_t ept_addr, uint8_t ept_type, uint16_t maxpacket);
/bsp/at32/libraries/usbd_library/src/
A Dusbd_core.c492 void usbd_ept_open(usbd_core_type *udev, uint8_t ept_addr, uint8_t ept_type, uint16_t maxpacket) in usbd_ept_open() argument
512 ept_info->trans_type = ept_type; in usbd_ept_open()
/bsp/at32/libraries/usbotg_library/inc/
A Dusbd_core.h160 void usbd_ept_open(usbd_core_type *udev, uint8_t ept_addr, uint8_t ept_type, uint16_t maxpacket);

Completed in 13 milliseconds