Function imxrt_log::defmt::lpuart

source ·
pub fn lpuart<P, const LPUART: u8>(
    lpuart: Lpuart<P, LPUART>,
    dma_channel: Channel,
    interrupts: Interrupts
) -> Result<Poller, AlreadySetError<(Lpuart<P, LPUART>, Channel)>>
Expand description

Initialize a LPUART & DMA logger with the defmt frontend.

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