Searched refs:cmd_get (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 192 static int cmd_get(const struct shell *sh, size_t argc, char **argv) in cmd_get() function 243 SHELL_CMD_ARG(get, &dsub_device_name, RTC_GET_HELP, cmd_get, 2, 0),
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 1191 static int cmd_get(const struct shell *sh, size_t argc, char *argv[]) in cmd_get() function 1317 SHELL_CMD_ARG(get, NULL, "<start handle> [end handle]", cmd_get, 2, 1),
|