|
MotorWare f2806x Module API Documentation
|
Portable C fixed point code. These functions define the CPU usage (CPU_USAGE) module routines. More...
#include "sw/modules/cpu_usage/src/32b/cpu_usage.h"Go to the source code of this file.
Functions | |
| CPU_USAGE_Handle | CPU_USAGE_init (void *pMemory, const size_t numBytes) |
| Initializes the CPU usage (CPU_USAGE) object. More... | |
| void | CPU_USAGE_setParams (CPU_USAGE_Handle handle, const uint32_t timerPeriod_cnts, const uint32_t numDeltaCntsAvg) |
| Sets the CPU usage module parameters. More... | |
Portable C fixed point code. These functions define the CPU usage (CPU_USAGE) module routines.
(C) Copyright 2013, Texas Instruments, Inc.
Definition in file cpu_usage.c.
1.8.9.1