The usbh_hw_ep_add function adds endpoint to the system. The argument dev_adr is the address of device to which endpoint will communicate. The argument ep_spd is the speed of device to which endpoint will communicate. The argument ptr_epd is a pointer to endpoint parameters. The usbh_hw_ep_add function is part of the RL-USB Host software stack. |