USB services: Difference between revisions

Line 465: Line 465:


=== CtrlXferAsync ===
=== CtrlXferAsync ===
Takes 2 input u8s ('''bmRequestType''' and '''bRequest''') and 3 input u16s ('''wValue''', '''wIndex''', and '''wLength'''), no output.
Takes 2 input u8s ('''bmRequestType''' and '''bRequest'''), 3 input u16s ('''wValue''', '''wIndex''', and '''wLength'''), and an input u64 '''buffer''', no output.


=== GetCtrlXferReport ===
=== GetCtrlXferReport ===