Function imxrt_log::defmt::usbd

source ·
pub fn usbd<P: Peripherals>(
    peripherals: P,
    interrupts: Interrupts
) -> Result<Poller, AlreadySetError<P>>
Expand description

Initialize a USB logger with the defmt frontend.

This function uses default configurations for the backend. See the crate-level documentation to understand how the USB device backend works.