Home
last modified time | relevance | path

Searched full:selected (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/
DKconfig30 Configure RP2 to use a W25Q080 flash chip, or similar. Should be selected
37 Should be selected by the board definition, not the user.
42 Configure RP2 to use a IS25LP080 flash chip, or similar. Should be selected
48 Configure RP2 to use a W25X10CL flash chip, or similar. Should be selected
54 Configure RP2 to use a AT25SF128A flash chip, or similar. Should be selected
/Zephyr-latest/drivers/dac/
DKconfig.renesas_ra28 bool "No reference voltage selected"
30 No reference voltage selected
35 AVCC0/AVSS0 selected
40 VREFH/VREFL selected
/Zephyr-latest/lib/libc/
DKconfig24 Selected when the target has at least one C library that offers a
25 complete implementation and which would be selected when
33 Selected when the target has support for the minimal C library
42 Selected when the target has support for the newlib C library
52 Selected when the target has support for picolibc.
59 Selected if the target is an IAR Systems compiler
/Zephyr-latest/lib/posix/options/
DKconfig.device_io29 When selected via Kconfig, Zephyr will provide an alias for close() as _close().
34 When selected via Kconfig, Zephyr will provide an alias for open() as _open().
39 When selected via Kconfig, Zephyr will provide an alias for read() as _read().
44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
DKconfig.fd_mgmt23 When selected via Kconfig, Zephyr will provide an alias for fcntl() as _fcntl().
28 When selected via Kconfig, Zephyr will provide an alias for ftruncate() as _ftruncate().
33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
/Zephyr-latest/include/zephyr/drivers/adc/
Dadc_npcx_threshold.h42 * is selected.
58 * is selected.
61 * @param th_sel Threshold selected.
77 * is selected.
80 * @param th_sel Threshold selected.
/Zephyr-latest/soc/nordic/
DKconfig114 When this option is selected, the SystemInit() disables
121 When this option is selected, the SystemInit() function loads the
128 When this option is selected, the SystemInit() function locks
136 When this option is selected, the SystemInit() function does not
155 When this option is selected, the SystemInit() disables
162 When this option is selected, the SystemInit() function loads the
170 When this option is selected, the SystemInit() function locks the
178 When this option is selected, the SystemInit() function does not
/Zephyr-latest/drivers/misc/devmux/
Ddevmux.c23 size_t selected; member
88 index = data->selected; in z_impl_devmux_select_get()
118 data->selected = index; in z_impl_devmux_select_set()
137 size_t sel = data->selected; in devmux_init()
154 #define DEVMUX_SELECTED(_n) DT_INST_PROP(_n, selected)
162 BUILD_ASSERT(DEVMUX_SELECTED(_n) >= 0, "selected must be > 0"); \
164 "selected must be within bounds of devices phandle array"); \
171 .selected = DEVMUX_SELECTED(_n), \
/Zephyr-latest/dts/bindings/misc/
Dzephyr,devmux.yaml18 selected:
29 devices is selected). Zero is, necessarily, the only possible valid
32 Note: Specifying a value of 'selected' outside the range [0, N-1]
/Zephyr-latest/soc/
DKconfig.v215 SoC name. The value of this setting must be defined by the selected
21 SoC series. The value of this setting must be defined by the selected
27 SoC family. The value of this setting must be defined by the selected
/Zephyr-latest/drivers/timer/
DKconfig.cortex_m_systick27 This option should be selected by SysTick-based drivers so that the
50 # Otherwise, the first choice (LPM_TIMER_NONE) will be selected
62 With this option, such vendor-specific timer can be selected and used by
66 low-power mode, no LPM timer can be selected if PM is not enabled.
76 this option is selected; otherwise, system behavior becomes unpredictable.
87 The device is selected by property "/chosen/cortex-m-idle-timer".
/Zephyr-latest/drivers/sdhc/
DKconfig41 Selected by host controller driver if UHS support is present. required
47 Selected by host controller driver if SPI mode support is required.
53 Selected by host controller driver if native SD mode support is
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.samd2x17 This can then be selected as the main clock reference for the SOC.
23 This can then be selected as the main clock reference for the SOC.
29 This can then be selected as the main clock reference for the SOC.
58 This can then be selected as the main clock reference for the SOC.
/Zephyr-latest/dts/bindings/clock/
Dst,stm32wl-hse-clock.yaml14 When set, TCXO is selected as external source clock for HSE.
15 Otherwise, external crystal is selected as HSE source clock.
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig7 string "Selected Broadcast Source name"
16 string "Selected Broadcast Sink name"
/Zephyr-latest/drivers/sensor/st/lsm6dsl/
DKconfig94 0: Full Scale selected at runtime
108 0: ODR selected at runtime
127 0: Full Scale selected at runtime
140 0: ODR selected at runtime
/Zephyr-latest/tests/subsys/jwt/
Dtestcase.yaml16 # is not automatically selected on platforms that do not have a CSPRNG
28 # is not automatically selected on platforms that do not have a CSPRNG
/Zephyr-latest/drivers/clock_control/
DKconfig.npcx27 Selected if NPCX series supports APB4 bus.
33 Selected if NPCX series supports FIU1 bus.
/Zephyr-latest/tests/kernel/common/src/
Dmultilib.c17 * @brief Test if correct multilib is selected
26 zassert_equal(c, 33, "smoke-test failed: wrong multilib selected"); in ZTEST()
/Zephyr-latest/samples/boards/nordic/clock_control/
DKconfig9 >0 -> use at minimum selected frequency. To select the
18 >1 -> use at minimum selected accuracy
/Zephyr-latest/drivers/flash/
DKconfig.simulator21 If selected, the reading operation does not check if access is aligned.
45 …If selected, writing to a non-erased program unit will succeed, otherwise, it will return an error.
49 In case when FLASH_SIMULATOR_EXPLICIT_ERASE is selected multiple writes to the same bit
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-gconf.yaml36 0: INDEX output as selected by index-otpw
48 0: Microstep resolution selected by pins MS1, MS2
49 1: Microstep resolution selected by MRES register
/Zephyr-latest/kernel/
DKconfig.mem_domain20 This hidden option is selected by the target architecture if
33 This hidden option is selected by the target architecture if
60 This hidden option is selected by the target architecture if
/Zephyr-latest/include/zephyr/drivers/usb/
Dusb_dc.h50 /** USB interface selected */
218 * @brief Set stall condition for the selected endpoint
228 * @brief Clear stall condition for the selected endpoint
238 * @brief Check if the selected endpoint is stalled
249 * @brief Halt the selected endpoint
259 * @brief Enable the selected endpoint
261 * Function to enable the selected endpoint. Upon success interrupts are
273 * @brief Disable the selected endpoint
275 * Function to disable the selected endpoint. Upon success interrupts are
287 * @brief Flush the selected endpoint
[all …]
/Zephyr-latest/arch/arm64/
DKconfig25 option must be selected when such cores are connected to an interrupt
28 When this option is selected, the architecture interrupt control

12345678910>>...33