Home
last modified time | relevance | path

Searched refs:atoi (Results 26 – 39 of 39) sorted by relevance

12

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c378 chan_val = atoi(chan_str); in wifi_utils_parse_scan_chan()
/Zephyr-latest/subsys/net/ip/
Dtp.c496 new_value = atoi(tp->data[i].value); in tp_new_find_and_apply()
504 new_value = atoi(tp->data[i].value); in tp_new_find_and_apply()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c247 num = atoi(ent->name + LOG_PREFIX_LEN); in get_log_file_id()
/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c132 code = atoi(ptr); in parse_status()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c94 #define HAWKBIT_PORT_INT atoi(hb_cfg.server_port)
307 uint16_t hawkbit_port = atoi(hb_cfg.server_port); in hawkbit_settings_set()
310 if (hawkbit_port != atoi(hb_cfg.server_port)) { in hawkbit_settings_set()
356 uint16_t hawkbit_port = atoi(hb_cfg.server_port); in hawkbit_settings_export()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1299 val = atoi(state->optarg); in cmd_shuffle()
1308 val = atoi(state->optarg); in cmd_shuffle()
1345 val = atoi(state->optarg); in cmd_run_suite()
/Zephyr-latest/drivers/modem/
Dmodem_cellular.c407 data->rssi = (uint8_t)atoi(argv[1]); in modem_cellular_chat_on_csq()
419 data->rsrq = (uint8_t)atoi(argv[5]); in modem_cellular_chat_on_cesq()
420 data->rsrp = (uint8_t)atoi(argv[6]); in modem_cellular_chat_on_cesq()
468 registration_status = atoi(argv[2]); in modem_cellular_chat_on_cxreg()
471 registration_status = atoi(argv[1]); in modem_cellular_chat_on_cxreg()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c185 param.length = atoi(argv[2]); in cmd_discovery()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_util.c278 vif_index = atoi(argv[1]); in nrf_wifi_util_tx_stats()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c602 elems = atoi(argv[2]); in cmd_cache()
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2888 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(DT_ROOT))), in ZTEST()
2890 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(TEST_DEADBEEF))), in ZTEST()
2892 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(TEST_TEMP))), in ZTEST()
2894 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(TEST_REG))), in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4480 passkey = atoi(argv[1]); in cmd_fixed_passkey()
4506 passkey = atoi(argv[1]); in cmd_auth_passkey()
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst957 - The atof, atoi, atol and atoll functions of <stdlib.h> shall not be used
1332 atoi(),ISO/IEC 9899:2011
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst3247 * :github:`52296` - Regulator shell does not build due to missing atoi define

12