Home
last modified time | relevance | path

Searched refs:prompt (Results 201 – 225 of 353) sorted by relevance

12345678910>>...15

/Zephyr-latest/subsys/zbus/
DKconfig35 prompt "ZBus msg_subscribers buffer allocation"
/Zephyr-latest/include/zephyr/shell/
Dshell.h837 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/
DKconfig27 prompt "Tracing Format"
80 prompt "Tracing Method"
133 prompt "Tracing Backend"
/Zephyr-latest/subsys/shell/
Dshell.c1247 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()
Dshell_cmds.c231 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/
DKconfig21 prompt "Trigger mode"
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig17 prompt "Buffer type"
/Zephyr-latest/subsys/usb/usb_c/
DKconfig58 prompt "USB-C Connection State Machine"
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DKconfig8 prompt "The BAP LC3 Preset to be used"
/Zephyr-latest/soc/espressif/common/
DKconfig.spiram34 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/
DKconfig45 prompt "Trigger mode"
/Zephyr-latest/drivers/timer/
DKconfig.stm32_lptim22 prompt "LPTIM clock value configuration"
/Zephyr-latest/subsys/input/
DKconfig22 prompt "Input event processing mode"
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram42 prompt "Nordic nRFx flash driver synchronization"
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig7 prompt "Page frame eviction algorithms"
/Zephyr-latest/subsys/ipc/rpmsg_service/
DKconfig35 prompt "RPMsg Service mode"
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio23 prompt "Radio channel access protocol"
/Zephyr-latest/drivers/dai/intel/dmic/
DKconfig.dmic17 prompt "Driver operation mode"
/Zephyr-latest/drivers/ethernet/phy/
DKconfig.dm880617 prompt "Trigger mode"
/Zephyr-latest/boards/phytec/phyboard_nash/doc/
Dindex.rst112 prompt.
141 prompt.
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf30 prompt "32KHz clock source"
132 prompt "32KHz clock accuracy"
/Zephyr-latest/subsys/random/
DKconfig40 prompt "Random generator"
102 prompt "Cryptographically secure random generator"
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig22 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/
DKconfig35 prompt "Trigger mode"
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig38 # Show dummy shell buffer size here, will show help text of original prompt so

12345678910>>...15