Home
last modified time | relevance | path

Searched refs:a2hex_or_atoi (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_mcu_mem_access_cli.c29 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()
Dwlan_enhanced_tests.c298 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]);
Dwlan_tests.c1136 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 …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/
Dcli_utils.h33 unsigned int a2hex_or_atoi(char *value);
/hal_nxp-latest/mcux/middleware/wifi_nxp/cli/
Dcli_utils.c86 unsigned int a2hex_or_atoi(char *value) in a2hex_or_atoi() function