Home
last modified time | relevance | path

Searched refs:shell_strtol (Results 1 – 23 of 23) sorted by relevance

/Zephyr-4.2.1/samples/net/openthread/coap/src/
Dcoap_shell.c19 led_id = shell_strtol(argv[1], 10, &err); in coap_cmd_led_set()
52 led_id = shell_strtol(argv[1], 10, &err); in coap_cmd_led_get()
85 btn_id = shell_strtol(argv[1], 10, &err); in coap_cmd_btn_get()
/Zephyr-4.2.1/drivers/ptp_clock/
Dptp_clock_shell.c103 adj = shell_strtol(argv[2], 10, &ret); in cmd_ptp_clock_adj()
128 ppb = shell_strtol(argv[2], 10, &ret); in cmd_ptp_clock_freq()
159 freq = shell_strtol(argv[3], 10, &ret); in cmd_ptp_clock_selftest()
164 delay = shell_strtol(argv[4], 10, &ret); in cmd_ptp_clock_selftest()
169 adj = shell_strtol(argv[5], 10, &ret); in cmd_ptp_clock_selftest()
/Zephyr-4.2.1/include/zephyr/shell/
Dshell_string_conv.h32 long shell_strtol(const char *str, int base, int *err);
/Zephyr-4.2.1/subsys/shell/modules/kernel_service/thread/
Dmask.c87 cpu = (int)shell_strtol(argv[2], 10, &err); in cmd_kernel_thread_mask_enable()
122 cpu = (int)shell_strtol(argv[2], 10, &err); in cmd_kernel_thread_mask_disable()
/Zephyr-4.2.1/subsys/net/l2/wifi/
Dwifi_shell.c108 iface_index = shell_strtol(argv[i + 1], 10, &err); in get_iface()
882 params->ignore_broadcast_ssid = shell_strtol(state->optarg, 10, &ret); in __wifi_args_to_params()
1570 timeout_ms = shell_strtol(argv[1], 10, &err); in cmd_wifi_ps_timeout()
1662 params.btwt.btwt_sta_wait = (uint8_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
1668 params.btwt.btwt_offset = (uint16_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
1674 params.btwt.btwt_li = (uint8_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
1680 params.btwt.btwt_count = (uint8_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
1698 = (uint8_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
1705 = (uint16_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
1712 = (uint8_t)shell_strtol(argv[idx++], 10, &err); in cmd_wifi_btwt_setup()
[all …]
/Zephyr-4.2.1/tests/bluetooth/classic/sdp_c/src/
Dsdp_client.c209 attr_id_ranges[0].beginning = (uint16_t)shell_strtol(argv[2], 0, &err); in cmd_ssa_discovery()
218 attr_id_ranges[0].ending = (uint16_t)shell_strtol(argv[3], 0, &err); in cmd_ssa_discovery()
305 attr_id_ranges[0].beginning = (uint16_t)shell_strtol(argv[2], 0, &err); in cmd_sa_discovery()
314 attr_id_ranges[0].ending = (uint16_t)shell_strtol(argv[3], 0, &err); in cmd_sa_discovery()
/Zephyr-4.2.1/subsys/bluetooth/audio/shell/
Dmedia_controller.c575 position = shell_strtol(argv[1], 0, &err); in cmd_media_set_track_position()
613 speed = shell_strtol(argv[1], 0, &err); in cmd_media_set_playback_speed()
864 offset = shell_strtol(argv[1], 10, &err); in cmd_media_move_relative()
975 segment = shell_strtol(argv[1], 10, &err); in cmd_media_goto_segment()
1085 track = shell_strtol(argv[1], 10, &err); in cmd_media_goto_track()
1193 group = shell_strtol(argv[1], 10, &err); in cmd_media_goto_group()
Dmcc.c781 pos = shell_strtol(argv[1], 0, &result); in cmd_mcc_set_track_position()
825 speed = shell_strtol(argv[1], 0, &result); in cmd_mcc_set_playback_speed()
1171 offset = shell_strtol(argv[1], 10, &err); in cmd_mcc_move_relative()
1277 segment = shell_strtol(argv[1], 10, &err); in cmd_mcc_goto_segment()
1379 track = shell_strtol(argv[1], 10, &err); in cmd_mcc_goto_track()
1481 group = shell_strtol(argv[1], 10, &err); in cmd_mcc_goto_group()
Dcap_commander.c362 volume_offset = shell_strtol(arg, 10, &err); in cmd_cap_commander_change_volume_offset()
491 gain = shell_strtol(arg, 10, &err); in cmd_cap_commander_change_microphone_gain()
Dvcp_vol_rend.c522 offset = shell_strtol(argv[2], 0, &result); in cmd_vcp_vol_rend_vocs_offset_set()
840 gain = shell_strtol(argv[2], 0, &result); in cmd_vcp_vol_rend_aics_gain_set()
Dvcp_vol_ctlr.c657 offset = shell_strtol(argv[2], 0, &result); in cmd_vcp_vol_ctlr_vocs_offset_set()
1033 gain = shell_strtol(argv[2], 0, &result); in cmd_vcp_vol_ctlr_aics_gain_set()
Dmicp_mic_ctlr.c558 gain = shell_strtol(argv[2], 0, &result); in cmd_micp_mic_ctlr_aics_gain_set()
Dmicp_mic_dev.c510 gain = shell_strtol(argv[2], 0, &result); in cmd_micp_mic_dev_aics_gain_set()
/Zephyr-4.2.1/drivers/stepper/
Dstepper_shell.c286 int32_t micro_steps = shell_strtol(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_move_by()
393 int32_t position = shell_strtol(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_set_reference_position()
439 const int32_t position = shell_strtol(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_move_to()
/Zephyr-4.2.1/drivers/interrupt_controller/
Dintc_plic.c734 local_irq = (uint32_t)shell_strtol(argv[2], 10, &rc); in cmd_affinity_set()
744 mask = (uint32_t)shell_strtol(argv[3], 16, &rc); in cmd_affinity_set()
787 uint32_t local_irq = (uint32_t)shell_strtol(argv[2], 10, &rc); in cmd_affinity_get()
/Zephyr-4.2.1/subsys/net/lib/shell/
Dqbv_shell.c156 list_len = shell_strtol(argv[7], 10, &ret); in cmd_qbv_set_config()
Dping.c223 res = shell_strtol(str, base, &err); in parse_arg()
/Zephyr-4.2.1/subsys/fb/
Dcfb_shell.c318 kerning = shell_strtol(argv[1], 10, &err); in cmd_set_kerning()
/Zephyr-4.2.1/subsys/shell/
Dshell_utils.c623 long shell_strtol(const char *str, int base, int *err) in shell_strtol() function
/Zephyr-4.2.1/subsys/bluetooth/host/shell/
Dcs.c106 tx_power_input = shell_strtol(argv[4], 10, &err); in cmd_set_default_settings()
Dbt.c1933 rssi = shell_strtol(argv[1], 10, &err); in cmd_scan_filter_set_rssi()
/Zephyr-4.2.1/subsys/bluetooth/host/classic/shell/
Dbip.c4234 bip_supported_caps = shell_strtol(argv[1], 0, &err); in cmd_sdp_set_caps()
4247 bip_supported_features = shell_strtol(argv[1], 0, &err); in cmd_sdp_set_features()
4260 bip_supported_functions = shell_strtol(argv[1], 0, &err); in cmd_sdp_set_functions()
/Zephyr-4.2.1/subsys/bluetooth/mesh/shell/
Dcfg.c52 int32_t timeout_s = shell_strtol(argv[1], 0, &err); in cmd_timeout()