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

Functions

void configureTimerForRunTimeStats (void)
 
unsigned long getRunTimeCounterValue (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 )

Variable Documentation

◆ ulHighFrequencyTimerTicks

volatile unsigned long ulHighFrequencyTimerTicks
extern