Home
last modified time | relevance | path

Searched refs:_ep_pool (Results 1 – 10 of 10) sorted by relevance

/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_hsusbd.c161 static struct ep_id _ep_pool[] = variable
191 if (_ep_pool[i + 1].type == USB_EP_ATTR_BULK) in _nu_ep_partition_set()
193 else if (_ep_pool[i + 1].type == USB_EP_ATTR_INT) in _nu_ep_partition_set()
198 if (_ep_pool[i + 1].dir == USB_DIR_IN) in _nu_ep_partition_set()
200 else if (_ep_pool[i + 1].dir == USB_DIR_OUT) in _nu_ep_partition_set()
772 if (_ep_pool[i + 1].dir == USB_DIR_IN) in _USBD20_IRQHandler()
777 if (_ep_pool[i + 1].dir == USB_DIR_IN) in _USBD20_IRQHandler()
778 rt_usbd_ep_in_handler(&_rt_obj_udc, _ep_pool[i + 1].dir | EPADR_HW2SW(i), 0); in _USBD20_IRQHandler()
780 rt_usbd_ep_out_handler(&_rt_obj_udc, _ep_pool[i + 1].dir | EPADR_HW2SW(i), 0); in _USBD20_IRQHandler()
901 _rt_obj_udc.ep_pool = _ep_pool; in nu_hsusbd_register()
[all …]
A Ddrv_usbd.c119 static struct ep_id _ep_pool[] = variable
151 for (i = 0; i < sizeof(_ep_pool) / sizeof(_ep_pool[0]); i++) in get_ep_entry()
153 if (_ep_pool[i].addr == EPADR_HW2SW(ep_addr)) in get_ep_entry()
154 return &_ep_pool[i]; in get_ep_entry()
468 … rt_usbd_ep_in_handler(&_rt_obj_udc, _ep_pool[u32EpIrqIdx - 1].dir | EPADR_HW2SW(u32EpIrqIdx), 0); in _USBD_IRQHandler()
568 _rt_obj_udc.ep_pool = _ep_pool; in nu_usbd_register()
569 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_usbd_register()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_usbd.c174 static struct ep_id _ep_pool[] = variable
204 if (_ep_pool[i + 1].type == USB_EP_ATTR_BULK) in _nu_ep_partition_set()
206 else if (_ep_pool[i + 1].type == USB_EP_ATTR_INT) in _nu_ep_partition_set()
211 if (_ep_pool[i + 1].dir == USB_DIR_IN) in _nu_ep_partition_set()
213 else if (_ep_pool[i + 1].dir == USB_DIR_OUT) in _nu_ep_partition_set()
815 if (_ep_pool[i + 1].dir == USB_DIR_IN) in nu_usbd_isr()
820 rt_usbd_ep_in_handler(&_rt_obj_udc, _ep_pool[i + 1].dir | EPADR_HW2SW(i), 0); in nu_usbd_isr()
918 _rt_obj_udc.ep_pool = _ep_pool; in nu_usbd_register()
919 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_usbd_register()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_usbd.c175 static struct ep_id _ep_pool[] = variable
205 if (_ep_pool[i + 1].type == USB_EP_ATTR_BULK) in _nu_ep_partition_set()
207 else if (_ep_pool[i + 1].type == USB_EP_ATTR_INT) in _nu_ep_partition_set()
212 if (_ep_pool[i + 1].dir == USB_DIR_IN) in _nu_ep_partition_set()
214 else if (_ep_pool[i + 1].dir == USB_DIR_OUT) in _nu_ep_partition_set()
816 if (_ep_pool[i + 1].dir == USB_DIR_IN) in nu_usbd_isr()
821 rt_usbd_ep_in_handler(&_rt_obj_udc, _ep_pool[i + 1].dir | EPADR_HW2SW(i), 0); in nu_usbd_isr()
919 _rt_obj_udc.ep_pool = _ep_pool; in nu_usbd_register()
920 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_usbd_register()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbd.c22 static struct ep_id _ep_pool[] = variable
281 _stm_udc.ep_pool = _ep_pool; in stm_usbd_register()
282 _stm_udc.ep0.id = &_ep_pool[0]; in stm_usbd_register()
/bsp/nuvoton/libraries/m031/rtt_port/
A Ddrv_usbd.c80 static struct ep_id _ep_pool[] = variable
494 _rt_obj_udc.ep_pool = _ep_pool; in nu_usbd_register()
495 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_usbd_register()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_usbd.c85 static struct ep_id _ep_pool[] = variable
527 _rt_obj_udc.ep_pool = _ep_pool; in nu_usbd_register()
528 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_usbd_register()
A Ddrv_hsusbd.c100 static struct ep_id _ep_pool[] = variable
959 _rt_obj_udc.ep_pool = _ep_pool; in nu_hsusbd_register()
960 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_hsusbd_register()
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_usbd.c91 static struct ep_id _ep_pool[] = variable
564 _rt_obj_udc.ep_pool = _ep_pool; in nu_usbd_register()
565 _rt_obj_udc.ep0.id = &_ep_pool[0]; in nu_usbd_register()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_usbd.c42 static struct ep_id _ep_pool[] = variable
938 _hc32_udc.ep_pool = _ep_pool; in rt_hw_usbd_init()
939 _hc32_udc.ep0.id = &_ep_pool[0]; in rt_hw_usbd_init()

Completed in 36 milliseconds