First page Back Continue Last page Overview Graphics
USB on RISC OS – USB Stack
The USB stack is just like an internet stack it allows drivers and applications to communicate using a well known interface (API).
The stack provides
- An API for host controllers
- An API for device drivers
- Tracking of all connected devices
- Transaction processing
- Bandwidth management
- Power management
- Memory management