CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
freertos.c File Reference
#include "FreeRTOS.h"
#include "task.h"
#include "main.h"
#include "log/log.h"
#include "log/lazy_file_log_sink.h"
Include dependency graph for freertos.c:

Functions

void configureTimerForRunTimeStats (void)
unsigned long getRunTimeCounterValue (void)
void vApplicationStackOverflowHook (xTaskHandle xTask, signed char *pcTaskName)
void vApplicationMallocFailedHook (void)

Variables

volatile unsigned long ulHighFrequencyTimerTicks

Function Documentation

◆ configureTimerForRunTimeStats()

__weak void configureTimerForRunTimeStats ( void )

File Name : freertos.c Description : Code for freertos applications

Attention

Copyright (c) 2024 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

◆ getRunTimeCounterValue()

__weak unsigned long getRunTimeCounterValue ( void )

◆ vApplicationMallocFailedHook()

void vApplicationMallocFailedHook ( void )
Here is the call graph for this function:

◆ vApplicationStackOverflowHook()

void vApplicationStackOverflowHook ( xTaskHandle xTask,
signed char * pcTaskName )
Here is the call graph for this function:

Variable Documentation

◆ ulHighFrequencyTimerTicks

volatile unsigned long ulHighFrequencyTimerTicks
extern