Home
last modified time | relevance | path

Searched refs:choice (Results 51 – 75 of 585) sorted by relevance

12345678910>>...24

/Zephyr-latest/soc/espressif/esp32s2/
DKconfig19 choice
31 choice
43 choice ESP32S2_DATA_CACHE_SIZE
58 choice
/Zephyr-latest/soc/
DKconfig.v1.choice5 choice
9 osource "$(KCONFIG_BINARY_DIR)/soc/Kconfig.soc.choice"
/Zephyr-latest/boards/phytec/reel_board/
DKconfig.defconfig13 choice FXOS8700_MODE
21 choice LV_COLOR_DEPTH
/Zephyr-latest/drivers/sensor/bosch/bme680/
DKconfig19 choice
37 choice
55 choice
73 choice
96 choice
107 choice
/Zephyr-latest/boards/shields/st7789v_generic/
DKconfig.defconfig8 choice ST7789V_PIXEL_FORMAT
19 choice LV_COLOR_DEPTH
/Zephyr-latest/drivers/sensor/bosch/bme280/
DKconfig20 choice BME280_MODE
32 choice
50 choice
68 choice
86 choice
110 choice
/Zephyr-latest/drivers/sensor/honeywell/mpr/
DKconfig16 choice
45 choice
58 choice
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1263 for choice in self.unique_choices:
1264 choice._was_set = False
1299 if sym.choice and val != "n":
1304 prev_mode = sym.choice.user_value
1313 sym.choice.set_value(val)
1366 for choice in self.unique_choices:
1367 if not choice._was_set:
1368 choice.unset_value()
1710 if not sym.choice and \
1722 if sym.choice and \
[all …]
Dkconfig.py154 if sym.choice:
228 for choice in kconf.unique_choices:
229 if choice.user_selection and \
230 choice.user_selection is not choice.selection:
235 up as the choice selection. """ + SYM_INFO_HINT.format(choice.user_selection))
/Zephyr-latest/cmake/toolchain/armclang/
DKconfig8 choice LINKER_SCRIPT
12 choice LIBC_IMPLEMENTATION
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
DKconfig17 choice SHT3XD_TRIGGER_MODE
57 choice SHT3XD_REPEATABILITY
75 choice SHT3XD_MEASUREMENT_MODE
87 choice SHT3XD_MPS
/Zephyr-latest/drivers/sensor/bosch/bmg160/
DKconfig16 choice
31 choice
70 choice
93 choice
/Zephyr-latest/drivers/sensor/bosch/bmi160/
DKconfig18 choice
57 choice
74 choice
95 choice
144 choice
161 choice
185 choice
/Zephyr-latest/boards/common/usb/
DKconfig.cdc_acm_serial.defconfig37 choice USB_CDC_ACM_LOG_LEVEL_CHOICE
41 choice USB_DEVICE_LOG_LEVEL_CHOICE
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
DKconfig.defconfig11 choice AIROC_PART
15 choice CYW4343W_MODULE
/Zephyr-latest/tests/kernel/interrupt/src/
Dregular_isr.c26 int choice = POINTER_TO_INT(param); in isr_comm() local
28 switch (choice) { in isr_comm()
/Zephyr-latest/drivers/sensor/renesas/isl29035/
DKconfig22 choice
43 choice
64 choice
83 choice
125 choice
/Zephyr-latest/soc/st/stm32/stm32wbax/
DKconfig.defconfig24 choice LIBC_IMPLEMENTATION
28 choice LINKER_ORPHAN_CONFIGURATION
/Zephyr-latest/samples/bluetooth/tmap_peripheral/
DKconfig23 choice TMAP_PERIPHERAL_TYPE_CHOICE
37 choice TMAP_PERIPHERAL_LOCATION
/Zephyr-latest/samples/bluetooth/hap_ha/
DKconfig22 choice HAP_HA_HEARING_AID_TYPE_CHOICE
39 choice HAP_HA_HEARING_AID_LOCATION
/Zephyr-latest/soc/espressif/esp32s3/
DKconfig19 choice ESP32S3_INSTRUCTION_CACHE_SIZE
38 choice ESP32S3_ICACHE_ASSOCIATED_WAYS
55 choice ESP32S3_INSTRUCTION_CACHE_LINE_SIZE
80 choice ESP32S3_DATA_CACHE_SIZE
103 choice ESP32S3_DCACHE_ASSOCIATED_WAYS
120 choice ESP32S3_DATA_CACHE_LINE_SIZE
/Zephyr-latest/drivers/sensor/meas/ms5607/
DKconfig17 choice
39 choice
/Zephyr-latest/soc/nxp/kinetis/kwx/
DKconfig.defconfig20 choice CSPRNG_GENERATOR_CHOICE
24 choice RNG_GENERATOR_CHOICE
/Zephyr-latest/lib/heap/
Dmulti_heap.c13 heap->choice = choice_fn; in sys_multi_heap_init()
46 return mheap->choice(mheap, cfg, 0, bytes); in sys_multi_heap_alloc()
52 return mheap->choice(mheap, cfg, align, bytes); in sys_multi_heap_aligned_alloc()
/Zephyr-latest/boards/nxp/frdm_mcxn947/
DKconfig.sysbuild4 choice MCUBOOT_MODE

12345678910>>...24