17#ifdef _CHIBIOS_RT_CONF_VER_6_1_
25#define isLocked() (ch0.dbg.lock_cnt > 0)
26#define isIsrContext() (ch0.dbg.isr_cnt > 0)
28#define assertIsrContext(code) efiAssertVoid(code, isIsrContext(), "NOT_ISR")
This data structure is used to analyze CPU performance.
void printHistogram(Logging *logging, histogram_s *histogram)
This function knows how to print a histogram_s summary.
void chVTSetAny(virtual_timer_t *vtp, systime_t time, vtfunc_t vtfunc, void *par)