usbhidusage 0.1.3

A general purpose library for working with usb Human Interface Device Descriptors from the HID Usage Tables for Universal Serial Bus (USB) v1.5
Documentation
1
2
3
4
5
//! SoC Page (0x11)
//!
//! SoC devices describe management/control interfaces to a SoC (System-On-Chip) and its distinct embedded devices.
mod system_on_chip;
pub use system_on_chip::SoCUsage;