Function drone_stm32f1::itm::init [] [src]

pub unsafe fn init<A, B, C, D, E, F, G>(
    dbg_mcucr: &Reg<Mcucr, A>,
    dbg_demcr: &Reg<Demcr, B>,
    dbg_tpiuspp: &Reg<Tpiuspp, C>,
    dbg_tpiuffc: &Reg<Tpiuffc, D>,
    dbg_itmla: &Reg<Itmla, E>,
    dbg_itmtc: &Reg<Itmtc, F>,
    dbg_itmtp: &Reg<Itmtp, G>
)

Initializes ITM.

Safety

Must be called exactly once and as early as possible.