Home
last modified time | relevance | path

Searched refs:cmd_set (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_ili9xxx.c252 if (config->quirks->cmd_set == CMD_SET_1) { in ili9xxx_set_orientation()
263 } else if (config->quirks->cmd_set == CMD_SET_2) { in ili9xxx_set_orientation()
437 .cmd_set = CMD_SET_1,
443 .cmd_set = CMD_SET_1,
449 .cmd_set = CMD_SET_2,
455 .cmd_set = CMD_SET_1,
Ddisplay_ili9xxx.h63 enum madctl_cmd_set cmd_set; member
/Zephyr-Core-3.5.0/drivers/rtc/
Drtc_shell.c153 static int cmd_set(const struct shell *sh, size_t argc, char **argv) in cmd_set() function
234 SHELL_CMD_ARG(set, NULL, RTC_SET_HELP, cmd_set, 3, 0),
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dgatt.c1251 static int cmd_set(const struct shell *sh, size_t argc, char *argv[]) in cmd_set() function
1327 SHELL_CMD_ARG(set, NULL, "<handle> [data...]", cmd_set, 2, 255),