Handbook
Glossary
libusb_fill_control_setup ( buffer bmRequestType bRequest wValue wIndex wLength -- )
Vocabulary
libusb
Inputs
buffer
an
object
bmRequestType
an
object
bRequest
an
object
wValue
an
object
wIndex
an
object
wLength
an
object
Outputs
None
Definition
USING:
accessors
classes.struct
kernel
;
IN:
libusb
::
libusb_fill_control_setup
( buffer bmRequestType bRequest wValue wIndex wLength -- )
buffer
libusb_control_setup
memory>struct
bmRequestType
>>bmRequestType
bRequest
>>bRequest
wValue
libusb_cpu_to_le16
>>wValue
wIndex
libusb_cpu_to_le16
>>wIndex
wLength
libusb_cpu_to_le16
>>wLength
drop
;
inline