Searched refs:cmd_set (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/drivers/display/ |
D | display_ili9xxx.c | 252 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,
|
D | display_ili9xxx.h | 63 enum madctl_cmd_set cmd_set; member
|
/Zephyr-Core-3.5.0/drivers/rtc/ |
D | rtc_shell.c | 153 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/ |
D | gatt.c | 1251 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),
|