|
MotorWare f2806x Module API Documentation
|
Public interface, object, and function definitions related to the SpinTAC Version object. More...
Go to the source code of this file.
Data Structures | |
| struct | ST_Ver_t |
| Defines the version data. More... | |
Typedefs | |
| typedef struct _ST_VER_Handle_ * | ST_VER_Handle |
Enumerations | |
| enum | ST_MathType_e { FIXED_POINT_16b = 0, FIXED_POINT_32b, FLOAT_POINT_32b } |
| Defines the math implementations available for the SpinTAC Library. More... | |
Functions | |
| static void | ST_getVersionNumber (ST_VER_Handle handle, uint16_t *major, uint16_t *minor, uint16_t *revision) |
| Gets the Version Number (Major, Minor, Revision) for SpinTAC Version. More... | |
| static int32_t | ST_getVersionMath (ST_VER_Handle handle) |
| Gets the Version Math Implementation (FixedPt) for SpinTAC Version. More... | |
| static int32_t | ST_getVersionDate (ST_VER_Handle handle) |
| Gets the Version Date (Date) for SpinTAC Version. More... | |
| static int32_t | ST_getSecureROMVersion (ST_VER_Handle handle) |
| Gets the ROM Version Number (SecureROM) for SpinTAC Version. More... | |
| ST_VER_Handle | ST_initVersion (void *pMemory, const size_t numBytes) |
| Initializes the SpinTAC Version object. More... | |
Public interface, object, and function definitions related to the SpinTAC Version object.
(C) Copyright 2012, LineStream Technologies, Inc. (C) Copyright 2011, Texas Instruments, Inc.
Definition in file spintac_version.h.
1.8.9.1