enum io.UsbControlDirection

enum UsbControlDirection: uint8_t {
    Out,
    In,
};