Searched refs:CHIP_CODE_SIZE (Results 1 – 4 of 4) sorted by relevance
88 extern void aos_get_chip_code(unsigned char chip_code[CHIP_CODE_SIZE]);90 void aos_get_chip_code(unsigned char chip_code[CHIP_CODE_SIZE]) in aos_get_chip_code() argument92 memcpy(chip_code, "\x01\x02\x03\x04", CHIP_CODE_SIZE); in aos_get_chip_code()231 unsigned char chip_code[CHIP_CODE_SIZE], in aos_get_version_info() argument249 infra_hex2str(chip_code, CHIP_CODE_SIZE, p); in aos_get_version_info()250 p += CHIP_CODE_SIZE * 2; in aos_get_version_info()
23 #ifndef CHIP_CODE_SIZE24 #define CHIP_CODE_SIZE 4 macro69 unsigned char chip_code[CHIP_CODE_SIZE],
90 #ifndef CHIP_CODE_SIZE91 #define CHIP_CODE_SIZE 4 macro98 unsigned char chip_code[CHIP_CODE_SIZE],
525 void aos_get_chip_code(unsigned char chip_code[CHIP_CODE_SIZE]) in aos_get_chip_code() argument527 memset(chip_code, 0, CHIP_CODE_SIZE); in aos_get_chip_code()
Completed in 7 milliseconds