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

FreeRTOS utility functions. More...

#include "freertos_utils.h"
#include <stdint.h>
#include "stm32h7xx_hal.h"
#include "main.h"
#include "iem_utils.h"
Include dependency graph for freertos_utils.c:

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-1-15

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.