Home
last modified time | relevance | path

Searched refs:prompt (Results 26 – 50 of 353) sorted by relevance

12345678910>>...15

/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py1452 menu_prompts.append(menu.prompt[0] if menu.prompt else
1563 return node.prompt and expr_value(node.prompt[1]) and not \
1585 "{} ({})".format(node.prompt[0], TYPE_TO_STR[sc.orig_type]),
1637 if not (node.prompt and expr_value(node.prompt[1])):
2111 node.prompt and search(node.prompt[0].lower())):
2125 if not search(node.prompt[0].lower()):
2231 key=lambda node: node.prompt[0] if node.prompt else "")
2242 return mc.prompt[0]
2311 if node.prompt:
2312 node_str += ' "{}"'.format(node.prompt[0])
[all …]
Dguiconfig.py773 return node.prompt and expr_value(node.prompt[1]) and not \
798 if node.prompt:
800 s = "*** {} ***".format(node.prompt[0])
802 s = node.prompt[0]
840 if sym_node.parent is node and sym_node.prompt:
841 s += " ({})".format(sym_node.prompt[0])
847 if sym_node.prompt:
848 s += " ({})".format(sym_node.prompt[0])
1010 if not (node.prompt and expr_value(node.prompt[1])):
1208 ttk.Label(dialog, text=node.prompt[0] + ":") \
[all …]
/Zephyr-latest/drivers/sensor/st/lis2dh/
DKconfig19 prompt "Trigger mode"
58 prompt "Acceleration measurement range"
81 prompt "Operation mode"
99 prompt "Output data rate frequency"
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ipso28 prompt "IPSO Temperature object version"
57 prompt "IPSO Generic Sensor object version"
97 prompt "IPSO Humidity Sensor object version"
128 prompt "IPSO Pressure Sensor object version"
174 prompt "IPSO Accelerometer object version"
203 prompt "IPSO Buzzer object version"
244 prompt "IPSO On/Off Switch object version"
274 prompt "IPSO Push Button object version"
305 prompt "IPSO Current object version"
338 prompt "IPSO Voltage object version"
/Zephyr-latest/drivers/sensor/st/lsm9ds0_gyro/
DKconfig19 prompt "Default full-scale"
41 prompt "Default sampling rate frequency"
/Zephyr-latest/modules/lz4/
DKconfig29 prompt "How stateless compression functions allocate memory for their hash table"
53 prompt "How stateless HC compression functions allocate memory for their workspace"
86 prompt "Control how LZ4F_compressFrame() allocates the Compression State"
/Zephyr-latest/drivers/sensor/ams/ccs811/
DKconfig19 prompt "Measurement drive mode"
45 prompt "Trigger mode"
/Zephyr-latest/drivers/sensor/ams/ens210/
DKconfig16 prompt "Temperature measurement mode"
29 prompt "Humidity measurement mode"
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig59 prompt "Clock source for Flexcomm0"
71 prompt "Clock source for MIPI DPHY"
/Zephyr-latest/tests/lib/cbprintf_fp/
DKconfig5 prompt "Select print formatter"
/Zephyr-latest/drivers/wifi/infineon/
DKconfig.airoc59 prompt "Select AIROC part"
99 prompt "Select CYW43012 module"
115 prompt "Select CYW4343W module"
131 prompt "Select CYW4373 module"
145 prompt "Select CYW43439 module"
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs269 /* prompt and help */
270 const prompt = document.createElement('p');
271 details.appendChild(prompt);
274 prompt.appendChild(promptTitle);
278 if (entry.prompt) {
279 promptTitleText.nodeValue = entry.prompt;
281 promptTitleText.nodeValue = 'No prompt - not directly user assignable.';
349 const prompt = entry.prompt ? entry.prompt.toLowerCase() : "";
352 if (name.search(regex) >= 0 || prompt.search(regex) >= 0) {
/Zephyr-latest/soc/microchip/mec/
DKconfig30 prompt "Clock rate to use for SPI flash"
58 prompt "Reading mode used by the SPI flash"
86 prompt "Flash size"
139 prompt "Flash drive strength"
174 prompt "Slew rate of SPI pins"
216 prompt "MEC debug interface general configuration"
241 prompt "MEC debug interface trace configuration"
/Zephyr-latest/tests/drivers/i2c/i2c_api/
DKconfig9 prompt "Select GY271 Sensor Type"
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool31 prompt "Flash SPI mode"
57 prompt "Flash Sampling Mode"
82 prompt "Flash SPI speed"
134 prompt "Flash size"
181 prompt "Before flashing"
202 prompt "After flashing"
/Zephyr-latest/drivers/usb/uvb/
DKconfig9 prompt "USB virtual bus"
/Zephyr-latest/cmake/toolchain/llvm/
DKconfig5 prompt "LLVM Linker"
/Zephyr-latest/lib/runtime/
DKconfig12 prompt "Runtime library implementation"
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.esp3213 prompt "Bluetooth adapter heap in use"
DKconfig.infineon12 prompt "Select AIROC part"
72 prompt "Select CYW43012 module"
89 prompt "Select CYW4343W module"
106 prompt "Select CYW4373 module"
121 prompt "Select CYW43439 module"
146 prompt "Select variant of default CYW20829 BT FW"
/Zephyr-latest/drivers/sensor/adi/adxl362/
DKconfig18 prompt "Accelerometer range setting"
36 prompt "Accelerometer sampling frequency."
63 prompt "Trigger mode"
/Zephyr-latest/drivers/misc/coresight/
DKconfig90 string "Displayed prompt name"
93 Displayed prompt name for UART shell with Coresight STM logging.
102 to the shell prompt.
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_transform5 prompt "ITS transform module implementation"
34 prompt "AEAD ITS transform module scheme"
61 prompt "AEAD ITS transform module encryption key provider"
108 prompt "AEAD ITS transform module nonce provider"
/Zephyr-latest/cmake/toolchain/armclang/
DKconfig13 prompt "C Library Implementation"
/Zephyr-latest/drivers/display/
DKconfig.st7789v15 prompt "Color pixel format"

12345678910>>...15