firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
freertos_utils.h
Go to the documentation of this file.
1
8
9#ifndef FREERTOS_UTILS_H
10#define FREERTOS_UTILS_H
11
12#include <stdint.h>
13
16
17#endif /* FREERTOS_UTILS_H */
uint32_t freertos_stats_timer_get()
Get TIM2 coutervalue for FreeRTOS runtime statistics collection.
Definition freertos_utils.c:31
void freertos_stats_timer_start()
Starts TIM2 for FreeRTOS runtime statistics collection.
Definition freertos_utils.c:21