Searched refs:ept_type (Results 1 – 6 of 6) sorted by relevance
| /bsp/at32/libraries/usbotg_library/src/ |
| A D | usbh_core.c | 129 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 D | usbh_int.c | 381 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 D | usbd_core.c | 329 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 D | usbd_core.h | 149 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 D | usbd_core.c | 492 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 D | usbd_core.h | 160 void usbd_ept_open(usbd_core_type *udev, uint8_t ept_addr, uint8_t ept_type, uint16_t maxpacket);
|
Completed in 13 milliseconds