Functions | |
static void | HsmClient_getSocType (uint8_t soc_type, char *parsedVer) |
Parse SOC Type. More... | |
static void | HsmClient_getDeviceType (uint8_t device_type, char *parsedVer) |
Parse Device Type. More... | |
static void | HsmClient_getHSMType (uint8_t hsm_type, char *parsedVer) |
Parse Binary Type. More... | |
static void | HsmClient_getBinType (uint8_t bin_type, char *parsedVer) |
Parse Binary Type. More... | |
static uint8_t * | lib_itoa (uint32_t value, uint8_t *str, uint32_t base) |
Integer to alphanumberic conversion. More... | |
int32_t | HsmClient_parseVersion (HsmVer_t *tifsMcuVer, char *parsedVer) |
Parses Version string. More... | |
Variables | |
static const char | soc_type_arr [NUM_SOC_TYPE][8] |
|
static |
Parse SOC Type.
soc_type | SOC Type from version struct. |
parsedVer | Pointer to parsed string. |
|
static |
Parse Device Type.
device_type | Device Type from version struct. |
parsedVer | Pointer to parsed string. |
|
static |
Parse Binary Type.
hsm_type | Binary Type from version struct. |
parsedVer | Pointer to parsed string. |
|
static |
Parse Binary Type.
bin_type | Binary Type from version struct. |
parsedVer | Pointer to parsed string. |
|
static |
Integer to alphanumberic conversion.
value | Number to convert to string. |
str | Pointer to buffer large enough to hold number. |
base | Base to convert number to. |
|
static |