19 #include "profiler_timer.h"    42     return (
PROFILER_TIMER->BITMODE == TIMER_BITMODE_BITMODE_16Bit)? false : 
true;
    49         log_printf(
"%d", (
int) num);
    53     log_printf(
",%03d", (
int) num % 1000);
 void profiler_timer_init(void)
 
void profiler_timer_deinit()
Fully stop the profiling timer to save power. profiler_timer_init needs to be called again before usi...
 
void printfcomma(uint32_t num)
 
bool profiler_timer_is_on(void)