pub(crate) fn usb_run_task( usb: UsbDevice<'static, Driver<'static, USB>>, ) -> Result<SpawnToken<impl Sized>, SpawnError>
Drive the embassy-usb device stack. Spawn this once at boot.