Searched refs:cmd_set (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_ili9xxx.c | 328 if (config->quirks->cmd_set == CMD_SET_1) { in ili9xxx_set_orientation() 339 } else if (config->quirks->cmd_set == CMD_SET_2) { in ili9xxx_set_orientation() 493 .cmd_set = CMD_SET_1, 499 .cmd_set = CMD_SET_1, 505 .cmd_set = CMD_SET_2, 511 .cmd_set = CMD_SET_1,
|
D | display_ili9xxx.h | 65 enum madctl_cmd_set cmd_set; member
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 149 static int cmd_set(const struct shell *sh, size_t argc, char **argv) in cmd_set() function 242 SHELL_CMD_ARG(set, &dsub_device_name, RTC_SET_HELP, cmd_set, 3, 0),
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 1242 static int cmd_set(const struct shell *sh, size_t argc, char *argv[]) in cmd_set() function 1318 SHELL_CMD_ARG(set, NULL, "<handle> [data...]", cmd_set, 2, 255),
|