AM273x MCU+ SDK  09.02.00
hsmclient_utils.h File Reference

Go to the source code of this file.

Macros

#define SOC_TYPE_AM263X   0x1
 SOC TYPE FLAG for AM263X. More...
 
#define SOC_TYPE_AM263P   0x2
 SOC TYPE FLAG for AM263p. More...
 
#define SOC_TYPE_AM273X   0x3
 SOC TYPE FLAG for AM273x. More...
 
#define SOC_TYPE_AWR294X   0x4
 SOC TYPE FLAG for AWR294x. More...
 
#define NUM_SOC_TYPE   0x4
 Count of all supported SOC's. More...
 
#define DEVICE_TYPE_HS_FS   0x00
 Device type flag for HS-FS. More...
 
#define DEVICE_TYPE_HS_SE   0xFF
 Device type flag for HS-SE. More...
 
#define HSM_V1   0x1
 HSM Version flag. More...
 
#define BIN_TYPE_STANDARD   0x55
 Binary type flag for STANDARD. More...
 
#define BIN_TYPE_CUSTOM   0xAA
 Binary type flag for CUSTOM. More...
 
#define BIN_TYPE_OTPKW   0x33
 Binary type flag for OTPKW. More...
 

Functions

int32_t HsmClient_parseVersion (HsmVer_t *tifsMcuVer, char *parsedVer)
 Parses Version string. More...