Searched refs:a2hex_or_atoi (Results 1 – 5 of 5) sorted by relevance
29 addr = (int *)a2hex_or_atoi(argv[1]); in test_mcu_mem_read()31 length = a2hex_or_atoi(argv[2]); in test_mcu_mem_read()55 addr = (int *)a2hex_or_atoi(argv[1]); in test_mcu_mem_write()56 value = a2hex_or_atoi(argv[2]); in test_mcu_mem_write()
298 value = a2hex_or_atoi(argv[3]);301 ret = wifi_mem_access(action, a2hex_or_atoi(argv[2]), &value);307 (void)PRINTF("At Memory 0x%x: 0x%x\r\n", a2hex_or_atoi(argv[2]), value);1709 info.flow_identifier = a2hex_or_atoi(argv[1]);1710 info.suspend_duration = a2hex_or_atoi(argv[2]);
1136 action = a2hex_or_atoi(argv[1]);2578 value = a2hex_or_atoi(argv[2]);2587 address = a2hex_or_atoi(argv[1]);2635 enable = a2hex_or_atoi(argv[1]);4061 scan_chan_gap = a2hex_or_atoi(argv[1]);4236 value = a2hex_or_atoi(argv[2]);4248 value = a2hex_or_atoi(argv[3]);4597 … if ((a2hex_or_atoi(argv[1]) != 1 && a2hex_or_atoi(argv[1]) != 2 && a2hex_or_atoi(argv[1]) != 3 &&4598 a2hex_or_atoi(argv[1]) != 4))4604 type = a2hex_or_atoi(argv[1]);[all …]
33 unsigned int a2hex_or_atoi(char *value);
86 unsigned int a2hex_or_atoi(char *value) in a2hex_or_atoi() function