Home
last modified time | relevance | path

Searched refs:shell_strtoull (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dmask.c18 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_clear()
47 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_enable_all()
76 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_enable()
111 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_mask_disable()
Dpin.c19 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_pin()
Dunwind.c35 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_unwind()
/Zephyr-latest/include/zephyr/shell/
Dshell_string_conv.h66 unsigned long long shell_strtoull(const char *str, int base, int *err);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c917 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_current_track_obj_id()
955 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_next_track_obj_id()
1005 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_current_group_obj_id()
1792 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_otc_select()
/Zephyr-latest/subsys/shell/
Dshell_utils.c591 unsigned long long shell_strtoull(const char *str, int base, int *err) in shell_strtoull() function