EE445M RTOS
Taken at the University of Texas Spring 2015
math.cpp File Reference
#include "math.hpp"
Include dependency graph for math.cpp:

Go to the source code of this file.

Functions

int32_t clamp (int32_t value, int32_t min, int32_t max)
 
int32_t floor (int32_t value, int32_t scaling)
 
int32_t ceil (int32_t value, int32_t scaling)
 
int32_t max (int32_t v1, int32_t v2)
 
int32_t abs (int32_t val)