1 #ifndef __SPINTAC_VERSION_H__
2 #define __SPINTAC_VERSION_H__
64 uint_least8_t Label[10];
116 #endif //__SPINTAC_VERSION_H__
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.
ST_MathType_e
Defines the math implementations available for the SpinTAC Library.
static int32_t ST_getVersionMath(ST_VER_Handle handle)
Gets the Version Math Implementation (FixedPt) for SpinTAC Version.
static int32_t ST_getSecureROMVersion(ST_VER_Handle handle)
Gets the ROM Version Number (SecureROM) for SpinTAC Version.
struct _ST_VER_Handle_ * ST_VER_Handle
Defines the version data.
static int32_t ST_getVersionDate(ST_VER_Handle handle)
Gets the Version Date (Date) for SpinTAC Version.
ST_VER_Handle ST_initVersion(void *pMemory, const size_t numBytes)
Initializes the SpinTAC Version object.