On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
RTUSB-32 Programming Manual
RTUSB-32 Reference Manual
Introduction
Initialization
Device Query
Device Configuration
Pipe I/O
Message Queues
Keyboard Class Driver
Mouse Class Driver
Touch Screen Driver
Printer Class Driver
Mass Storage Class Driver
AX772 USB-Ethernet Driver
AX172 USB-Ethernet Driver
CDC ECM USB-Ethernet Driver
Audio Class Driver
Media Transfer Protocol Class Driver
RTUSB-32 Error Codes and Diagnostics
|
Introduction
All functions documented here are declared in header file Rtusb.h which must be included in every module using these functions.
Many RTUSB-32 functions return an integer value. If the documentation for the respective function does not explicitly state something different, negative return values indicate an error. Section RTUSB-32 Error Codes lists all possible error return codes. Values greater than or equal to 0 (constant RTU_SUCCESS) indicate success. The meaning of positive return values is documented for each function.
Initialization
|