Searched refs:ts_type (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/usb/ |
| A D | sunxi_hal_udc.h | 45 void hal_udc_ep_enable(uint8_t ep_addr, uint16_t maxpacket, uint32_t ts_type);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/ |
| A D | hal_udc.c | 349 static void usbc_ep_config(uint32_t ts_type, uint16_t maxpacket, in usbc_ep_config() argument 371 switch (ts_type) { in usbc_ep_config() 397 switch (ts_type) { in usbc_ep_config() 1248 void hal_udc_ep_enable(uint8_t ep_addr, uint16_t maxpacket, uint32_t ts_type) in hal_udc_ep_enable() argument 1276 ep_addr, maxpacket, ts_type); in hal_udc_ep_enable() 1287 usbc_ep_config(ts_type, maxpacket, fifo_config.double_fifo, is_in); in hal_udc_ep_enable() 1291 if (ts_type == USB_ENDPOINT_XFER_ISOC) in hal_udc_ep_enable()
|
Completed in 8 milliseconds