Home
last modified time | relevance | path

Searched refs:usbh_alloc_channel (Results 1 – 2 of 2) sorted by relevance

/bsp/at32/libraries/usbotg_library/src/
A Dusbh_core.c731 uint16_t usbh_alloc_channel(usbh_core_type *uhost, uint8_t ept_addr) in usbh_alloc_channel() function
1014 uhost->ctrl.hch_in = usbh_alloc_channel(uhost, 0x80); in usbh_attached()
1015 uhost->ctrl.hch_out = usbh_alloc_channel(uhost, 0x00); in usbh_attached()
/bsp/at32/libraries/usbotg_library/inc/
A Dusbh_core.h331 uint16_t usbh_alloc_channel(usbh_core_type *uhost, uint8_t ept_addr);

Completed in 10 milliseconds