pub(crate) static HID_STATE: StaticCell<State<'static>>Expand description
Storage for the HID class state. Kept separate from USB_BUFFERS
because State is invariant over its lifetime parameter, which
forces it to share a single named lifetime with the device borrow.