Hi Greg and all,
Currently I am porting USB Host controller to Renesas RX65N controller and
stuck at endpoint descriptor and thought of checking with you.
Basically this endpoint descriptor - looking into lpc1740 as reference code
- struct lpc17_40_ed_s (.\arch\arm\src\lpc17xx_40xx\lpc17_40_usbhost.c)
refers to *ohci_ed_s *struct (./include/nuttx/usb/ohci.h).
As RX65N controller does not refer to any of these specs (OHCI/ UHCI/
EHCI). I think, I can also use this *ohci_ed_s* struct, as host code at OS
level may be using these specs for various USB scheduling and other things.
Please let me know if you think, usage of *ohci_ed_s* struct works for
RX65N or should I need to look into EHCI or any thing else.
With best regards,
Phani.

Reply via email to