83Plus:Software:usb8x/Asm Interface/SendControlDataOut
From WikiTI
Synopsis
Name: SendControlDataOut
Minimum usb8x version: 0.11
Send an 8 byte control request to the control pipe followed by an output data segment
Inputs
- B: Number of bytes to send in data segment
- DE: Pointer to data segment
- HL: Pointer to control (setup) segment
Outputs
- NC: Success
Destroys
- AF, BC, DE, HL
See Also
- [[../SendData|SendData]] - Send data to a non-control pipe.
- [[../SendControlData|SendControlData]] - Send a control request with an input data segment or no data.