enum io.UsbSpeed

enum UsbSpeed: uint8_t {
    Unknown   = 0,
    Low,
    Full,
    High,
    Super,
    SuperPlus,
};