Searched refs:prompt (Results 201 – 225 of 353) sorted by relevance
12345678910>>...15
/Zephyr-latest/subsys/zbus/ |
D | Kconfig | 35 prompt "ZBus msg_subscribers buffer allocation"
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 837 char prompt[CONFIG_SHELL_PROMPT_BUFF_SIZE]; /*!< shell current prompt. */ member 839 const char *prompt; 1187 int shell_prompt_change(const struct shell *sh, const char *prompt);
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 27 prompt "Tracing Format" 80 prompt "Tracing Method" 133 prompt "Tracing Backend"
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 1247 sh->ctx->prompt = sh->default_prompt; in instance_init() 1248 sh->ctx->vt100_ctx.cons.name_len = z_shell_strlen(sh->ctx->prompt); in instance_init() 1684 int shell_prompt_change(const struct shell *sh, const char *prompt) in shell_prompt_change() argument 1689 if (prompt == NULL) { in shell_prompt_change() 1693 size_t prompt_length = z_shell_strlen(prompt); in shell_prompt_change() 1704 strcpy(sh->ctx->prompt, prompt); in shell_prompt_change()
|
D | shell_cmds.c | 231 shell_print(sh, " %2d. :%s (%s)", cnt++, obj->ctx->prompt, obj->name); in cmd_backends() 527 SHELL_CMD(prompt, &m_sub_prompt, SHELL_HELP_PROMPT, NULL),
|
/Zephyr-latest/drivers/sensor/st/lis2dw12/ |
D | Kconfig | 21 prompt "Trigger mode"
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/ |
D | Kconfig | 17 prompt "Buffer type"
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 58 prompt "USB-C Connection State Machine"
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | Kconfig | 8 prompt "The BAP LC3 Preset to be used"
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.spiram | 34 prompt "Mode (QUAD/OCT) of SPI RAM chip in use" 47 prompt "Type of SPI RAM chip in use" 75 prompt "Set RAM clock speed"
|
/Zephyr-latest/drivers/sensor/tdk/icm42x70/ |
D | Kconfig | 45 prompt "Trigger mode"
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.stm32_lptim | 22 prompt "LPTIM clock value configuration"
|
/Zephyr-latest/subsys/input/ |
D | Kconfig | 22 prompt "Input event processing mode"
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_rram | 42 prompt "Nordic nRFx flash driver synchronization"
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 7 prompt "Page frame eviction algorithms"
|
/Zephyr-latest/subsys/ipc/rpmsg_service/ |
D | Kconfig | 35 prompt "RPMsg Service mode"
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 23 prompt "Radio channel access protocol"
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 17 prompt "Driver operation mode"
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | Kconfig.dm8806 | 17 prompt "Trigger mode"
|
/Zephyr-latest/boards/phytec/phyboard_nash/doc/ |
D | index.rst | 112 prompt. 141 prompt.
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 30 prompt "32KHz clock source" 132 prompt "32KHz clock accuracy"
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 40 prompt "Random generator" 102 prompt "Cryptographically secure random generator"
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 22 prompt "LwM2M protocol version" 39 prompt "LwM2M Security object version" 54 prompt "LwM2M Server object version" 146 prompt "Socket handling at idle state" 163 prompt "LwM2M Engine operation mode" 243 prompt "Cache full policy" 550 prompt "LwM2M Connectivity Monitor object version"
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | Kconfig | 35 prompt "Trigger mode"
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
D | Kconfig | 38 # Show dummy shell buffer size here, will show help text of original prompt so
|
12345678910>>...15