firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
freertos_utils.h File Reference

FreeRTOS utility functions. More...

#include <stdint.h>
Include dependency graph for freertos_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void freertos_stats_timer_start ()
 Starts TIM2 for FreeRTOS runtime statistics collection.
uint32_t freertos_stats_timer_get ()
 Get TIM2 coutervalue for FreeRTOS runtime statistics collection.

Detailed Description

FreeRTOS utility functions.

Author
Jamie Pruett :)
Version
0.1
Date
2025-7-13

Function Documentation

◆ freertos_stats_timer_get()

uint32_t freertos_stats_timer_get ( )

Get TIM2 coutervalue for FreeRTOS runtime statistics collection.

Returns
uint32_t Counter value

◆ freertos_stats_timer_start()

void freertos_stats_timer_start ( )

Starts TIM2 for FreeRTOS runtime statistics collection.