Returns information about this compile of the Flash API
Synopsis
Fapi_LibraryInfoType Fapi_getLibraryInfo(void)
Description
This function returns information specific to the compile of the Flash API library. The information is returned in a struct Fapi_LibraryInfoType. The members are as follows:
- u8ApiMajorVersion – Major version number of this compile of the API. This value is 21.
- u8ApiMinorVersion – Minor version number of this compile of the API. Minor version is 00 for F29H85x devices.
- u8ApiRevision – Revision version number of this compile of the API. This value is 00 for this release.
Revision number is 00 for this release.
- oApiProductionStatus – Production status of this compile (Alpha_Internal, Alpha, Beta_Internal, Beta, Production).
Production status is Production for this release.
- u32ApiBuildNumber – Build number of this compile.
- u8ApiTechnologyType – Indicates the Flash technology supported by the API. This field returns a value of 0x5.
- u8ApiTechnologyRevision – Indicates the revision of the technology supported by the API
- u8ApiEndianness – This field always returns as 1 (Little Endian) for F29H85x devices.
- u32ApiCompilerVersion – Version number of the Code Composer Studio code generation tools used to compile the API
Return Value
- Fapi_LibraryInfoType (gives the information retrieved about this compile of the API)