pub(crate) static USB_BUFFERS: StaticCell<UsbBuffers>Expand description
Storage for the USB descriptor / control buffers. The contents are
borrowed by the USB device for the rest of the program. Initialised
once at boot via init.
pub(crate) static USB_BUFFERS: StaticCell<UsbBuffers>Storage for the USB descriptor / control buffers. The contents are
borrowed by the USB device for the rest of the program. Initialised
once at boot via init.