Searched refs:VERSION_NUM_SIZE (Results 1 – 4 of 4) sorted by relevance
11 #ifndef VERSION_NUM_SIZE12 #define VERSION_NUM_SIZE 4 macro63 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]);66 unsigned int aos_get_version_info(unsigned char version_num[VERSION_NUM_SIZE],
78 #ifndef VERSION_NUM_SIZE79 #define VERSION_NUM_SIZE 4 macro95 unsigned int aos_get_version_info(unsigned char version_num[VERSION_NUM_SIZE],
57 extern void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]);59 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]) in aos_get_version_hex() argument228 unsigned int aos_get_version_info(unsigned char version_num[VERSION_NUM_SIZE], in aos_get_version_info() argument243 infra_hex2str(version_num, VERSION_NUM_SIZE, p); in aos_get_version_info()244 p += VERSION_NUM_SIZE * 2; in aos_get_version_info()
470 int get_aos_hex_version(const char *str, unsigned char hex[VERSION_NUM_SIZE]) in get_aos_hex_version() argument506 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]) in aos_get_version_hex() argument508 memset(version, 0, VERSION_NUM_SIZE); in aos_get_version_hex()
Completed in 9 milliseconds