EE445M RTOS
Taken at the University of Texas Spring 2015
math.hpp File Reference
#include <stdint.h>
Include dependency graph for math.hpp:
This graph shows which files directly or indirectly include this file:

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)