pub fn usb_with_config<P: Peripherals>(
    peripherals: P,
    interrupts: Interrupts,
    backend_config: &UsbdConfig
) -> Result<Poller, AlreadySetError<P>>
Expand description

Initialize a USB logger with the defmt frontend and custom configurations.

See the crate-level documentation to understand how the USB device backend works.