Searched refs:shell_strtoull (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
| D | mask.c | 18 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()
|
| D | pin.c | 19 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_pin()
|
| D | unwind.c | 35 thread = UINT_TO_POINTER(shell_strtoull(argv[1], 16, &err)); in cmd_kernel_thread_unwind()
|
| /Zephyr-latest/include/zephyr/shell/ |
| D | shell_string_conv.h | 66 unsigned long long shell_strtoull(const char *str, int base, int *err);
|
| /Zephyr-latest/subsys/bluetooth/audio/shell/ |
| D | mcc.c | 893 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_current_track_obj_id() 931 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_next_track_obj_id() 981 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_set_current_group_obj_id() 1768 id = shell_strtoull(argv[1], 0, &result); in cmd_mcc_otc_select()
|
| /Zephyr-latest/drivers/stepper/ |
| D | stepper_shell.c | 258 uint64_t step_interval = shell_strtoull(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_set_microstep_interval()
|
| /Zephyr-latest/subsys/shell/ |
| D | shell_utils.c | 591 unsigned long long shell_strtoull(const char *str, int base, int *err) in shell_strtoull() function
|